Home
last modified time | relevance | path

Searched refs:jsonMapperBuilder (Results 1 – 25 of 92) sorted by relevance

1234

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/vld/
DBasicPTVTest.java86 ObjectMapper mapper = jsonMapperBuilder() in testAllowByBaseClass()
106 ObjectMapper mapper2 = jsonMapperBuilder() in testAllowByBaseClass()
121 ObjectMapper mapper = jsonMapperBuilder() in testAllowByBaseClassPrefix()
146 ObjectMapper mapper = jsonMapperBuilder() in testAllowByBaseClassPattern()
174 ObjectMapper mapper = jsonMapperBuilder() in testDenyByBaseClass()
198 ObjectMapper mapper = jsonMapperBuilder() in testAllowBySubClass()
222 ObjectMapper mapper = jsonMapperBuilder() in testAllowBySubClassPrefix()
246 ObjectMapper mapper = jsonMapperBuilder() in testAllowBySubClassPattern()
DValidatePolymSubTypeTest.java115 private final ObjectMapper MAPPER_DEF_TYPING_NAME_CHECK = jsonMapperBuilder()
119 private final ObjectMapper MAPPER_DEF_TYPING_CLASS_CHECK = jsonMapperBuilder()
125 private final ObjectMapper MAPPER_EXPLICIT_NAME_CHECK = jsonMapperBuilder()
129 private final ObjectMapper MAPPER_EXPLICIT_CLASS_CHECK = jsonMapperBuilder()
DBasicPTVWithArraysTest.java54 ObjectMapper mapper = jsonMapperBuilder() in testAllowBySubClassInArray()
74 mapper = jsonMapperBuilder() in testAllowBySubClassInArray()
DCustomPTVMatchersTest.java59 ObjectMapper mapper = jsonMapperBuilder() in testCustomBaseMatchers()
91 ObjectMapper mapper = jsonMapperBuilder() in testCustomSubtypeMatchers()
DValidatePolymBaseTypeTest.java88 private final ObjectMapper MAPPER_ANNOTATED = jsonMapperBuilder()
92 private final ObjectMapper MAPPER_DEF_TYPING = jsonMapperBuilder()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DVisibilityForSerializationTest.java94 m = jsonMapperBuilder() in testGlobalAutoDetection()
111 m = jsonMapperBuilder() in testPerClassAutoDetection()
122 ObjectMapper m = jsonMapperBuilder() in testPerClassAutoDetectionForIsGetter()
138 m = jsonMapperBuilder() in testConfigChainability()
148 ObjectMapper om = jsonMapperBuilder() in testVisibilityFeatures()
DTestInferredMutators.java36 mapper = jsonMapperBuilder() in testFinalFieldIgnoral()
58 mapper = jsonMapperBuilder() in testDeserializationInference()
DTestPropertyConflicts.java119 ObjectMapper mapper = jsonMapperBuilder() in testInferredNameConflictsWithGetters()
135 ObjectMapper mapper = jsonMapperBuilder() in testIssue541()
DTestNamingStrategyStd.java363 final ObjectMapper m = jsonMapperBuilder() in testSimpleLowerCaseWithDots()
401 ObjectMapper m = jsonMapperBuilder() in testExplicitRename()
409 m = jsonMapperBuilder() in testExplicitRename()
DBeanNamingTest.java29 mapper = jsonMapperBuilder() in testSimple()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/
DTestDefaultForArrays.java49 ObjectMapper m = jsonMapperBuilder(). in testArrayTypingSimple()
63 ObjectMapper m = jsonMapperBuilder() in testArrayTypingNested()
77 ObjectMapper m = jsonMapperBuilder() in testNodeInArray()
101 m = jsonMapperBuilder() in testNodeInEmptyArray()
121 ObjectMapper mapper = jsonMapperBuilder() in testArraysOfArrays()
DTestDefaultForScalars.java47 private final ObjectMapper DEFAULT_TYPING_MAPPER = jsonMapperBuilder()
97 ObjectMapper m = jsonMapperBuilder() in testScalarArrays()
135 ObjectMapper mapper = jsonMapperBuilder() in testDefaultTypingWithLong()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestSetterlessProperties.java71 m = jsonMapperBuilder() in testSimpleSetterlessCollectionFailure()
103 ObjectMapper m = jsonMapperBuilder() in testSimpleSetterlessMapFailure()
121 ObjectMapper m = jsonMapperBuilder() in testSetterlessPrecedence()
DTestBasicAnnotations.java198 ObjectMapper m = jsonMapperBuilder() in testAnnotationsDisabled()
211 m = jsonMapperBuilder() in testEnumsWhenDisabled()
220 ObjectMapper m = jsonMapperBuilder() in testNoAccessOverrides()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DTestTreeWithType.java72 final ObjectMapper mapper = jsonMapperBuilder() in testValueAsStringWithDefaultTyping()
88 final ObjectMapper mapper = jsonMapperBuilder() in testReadTreeWithDefaultTyping()
106 final ObjectMapper mapper = jsonMapperBuilder() in testValueToTreeWithDefaultTyping()
118 ObjectMapper mapper = jsonMapperBuilder() in testIssue353()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DUnwrappedWithView1559Test.java28 String json = jsonMapperBuilder().configure(MapperFeature.DEFAULT_VIEW_INCLUSION, false) in testCanSerializeSimpleWithDefaultView()
33 json = jsonMapperBuilder().configure(MapperFeature.DEFAULT_VIEW_INCLUSION, true) in testCanSerializeSimpleWithDefaultView()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestJsonSerialize.java192 ObjectMapper m = jsonMapperBuilder() in testStaticTypingWithMap()
202 ObjectMapper m = jsonMapperBuilder() in testStaticTypingWithArrayList()
212 ObjectMapper m = jsonMapperBuilder() in testStaticTypingWithLinkedList()
222 ObjectMapper m = jsonMapperBuilder() in testStaticTypingWithArray()
DSerializationOrderTest.java108 private final ObjectMapper ALPHA_MAPPER = jsonMapperBuilder()
129 ObjectMapper m = jsonMapperBuilder() in testOrderWithMixins()
DTestAnnotations.java247 m = jsonMapperBuilder() in testGettersWithoutSetters()
256 ObjectMapper m = jsonMapperBuilder() in testGettersWithoutSettersOverride()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/
DCaseInsensitiveDeser953Test.java17 private final ObjectMapper INSENSITIVE_MAPPER_EN = jsonMapperBuilder()
24 private final ObjectMapper INSENSITIVE_MAPPER_TR = jsonMapperBuilder()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DJsonTypeInfoCaseInsensitive1983Test.java40 ObjectMapper mapper = jsonMapperBuilder() in testReadMixedCaseSubclass()
60 ObjectMapper mapper = jsonMapperBuilder() in testReadMixedCasePropertyName()
DTestBaseTypeAsDefault.java40 protected ObjectMapper MAPPER_WITH_BASE = jsonMapperBuilder()
44 protected ObjectMapper MAPPER_WITHOUT_BASE = jsonMapperBuilder()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/
DBuilderWithTypeParametersTest.java91 final ObjectMapper mapper = jsonMapperBuilder() in testWithBuilderInferringBindings()
104 final ObjectMapper mapper = jsonMapperBuilder() in testWithBuilderWithoutInferringBindings()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/mixins/
DTestMixinSerWithViews.java177 ObjectMapper mapper = jsonMapperBuilder() in testIssue560()
194 ObjectMapper objectMapper = jsonMapperBuilder() in createObjectMapper()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DEnumDeserialization2787Test.java36 ObjectMapper mapper = jsonMapperBuilder() in testMixinOnEnumValues2787()

1234