/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/vld/ |
D | BasicPTVTest.java | 86 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()
|
D | ValidatePolymSubTypeTest.java | 115 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()
|
D | BasicPTVWithArraysTest.java | 54 ObjectMapper mapper = jsonMapperBuilder() in testAllowBySubClassInArray() 74 mapper = jsonMapperBuilder() in testAllowBySubClassInArray()
|
D | CustomPTVMatchersTest.java | 59 ObjectMapper mapper = jsonMapperBuilder() in testCustomBaseMatchers() 91 ObjectMapper mapper = jsonMapperBuilder() in testCustomSubtypeMatchers()
|
D | ValidatePolymBaseTypeTest.java | 88 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/ |
D | VisibilityForSerializationTest.java | 94 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()
|
D | TestInferredMutators.java | 36 mapper = jsonMapperBuilder() in testFinalFieldIgnoral() 58 mapper = jsonMapperBuilder() in testDeserializationInference()
|
D | TestPropertyConflicts.java | 119 ObjectMapper mapper = jsonMapperBuilder() in testInferredNameConflictsWithGetters() 135 ObjectMapper mapper = jsonMapperBuilder() in testIssue541()
|
D | TestNamingStrategyStd.java | 363 final ObjectMapper m = jsonMapperBuilder() in testSimpleLowerCaseWithDots() 401 ObjectMapper m = jsonMapperBuilder() in testExplicitRename() 409 m = jsonMapperBuilder() in testExplicitRename()
|
D | BeanNamingTest.java | 29 mapper = jsonMapperBuilder() in testSimple()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/ |
D | TestDefaultForArrays.java | 49 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()
|
D | TestDefaultForScalars.java | 47 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/ |
D | TestSetterlessProperties.java | 71 m = jsonMapperBuilder() in testSimpleSetterlessCollectionFailure() 103 ObjectMapper m = jsonMapperBuilder() in testSimpleSetterlessMapFailure() 121 ObjectMapper m = jsonMapperBuilder() in testSetterlessPrecedence()
|
D | TestBasicAnnotations.java | 198 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/ |
D | TestTreeWithType.java | 72 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/ |
D | UnwrappedWithView1559Test.java | 28 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/ |
D | TestJsonSerialize.java | 192 ObjectMapper m = jsonMapperBuilder() in testStaticTypingWithMap() 202 ObjectMapper m = jsonMapperBuilder() in testStaticTypingWithArrayList() 212 ObjectMapper m = jsonMapperBuilder() in testStaticTypingWithLinkedList() 222 ObjectMapper m = jsonMapperBuilder() in testStaticTypingWithArray()
|
D | SerializationOrderTest.java | 108 private final ObjectMapper ALPHA_MAPPER = jsonMapperBuilder() 129 ObjectMapper m = jsonMapperBuilder() in testOrderWithMixins()
|
D | TestAnnotations.java | 247 m = jsonMapperBuilder() in testGettersWithoutSetters() 256 ObjectMapper m = jsonMapperBuilder() in testGettersWithoutSettersOverride()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/ |
D | CaseInsensitiveDeser953Test.java | 17 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/ |
D | JsonTypeInfoCaseInsensitive1983Test.java | 40 ObjectMapper mapper = jsonMapperBuilder() in testReadMixedCaseSubclass() 60 ObjectMapper mapper = jsonMapperBuilder() in testReadMixedCasePropertyName()
|
D | TestBaseTypeAsDefault.java | 40 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/ |
D | BuilderWithTypeParametersTest.java | 91 final ObjectMapper mapper = jsonMapperBuilder() in testWithBuilderInferringBindings() 104 final ObjectMapper mapper = jsonMapperBuilder() in testWithBuilderWithoutInferringBindings()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/mixins/ |
D | TestMixinSerWithViews.java | 177 ObjectMapper mapper = jsonMapperBuilder() in testIssue560() 194 ObjectMapper objectMapper = jsonMapperBuilder() in createObjectMapper()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
D | EnumDeserialization2787Test.java | 36 ObjectMapper mapper = jsonMapperBuilder() in testMixinOnEnumValues2787()
|