Home
last modified time | relevance | path

Searched refs:hasContentType (Results 1 – 6 of 6) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestJavaType.java99 assertFalse(baseType.hasContentType()); in testSimpleClass()
133 assertTrue(arrayT.hasContentType()); in testArrayType()
154 assertTrue(mapT.hasContentType()); in testMapType()
251 assertTrue(t.hasContentType()); in testAnchorTypeForRefTypes()
280 assertTrue(t.hasContentType()); in testConstructReferenceType()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJavaType.java245 public boolean hasContentType() { in hasContentType() method in JavaType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DReferenceType.java206 public boolean hasContentType() { in hasContentType() method in ReferenceType
DSimpleType.java246 public boolean hasContentType() { return false; } in hasContentType() method in SimpleType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBasicDeserializerFactory.java2186 if (type.hasContentType()) { // that is, is either container- or reference-type in resolveMemberAndTypeAnnotations()
/external/jackson-databind/release-notes/
DVERSION-2.x916 #1204: Add a convenience accessor `JavaType.hasContentType()` (true for container or reference type)