Home
last modified time | relevance | path

Searched defs:hasGenericTypes (Results 1 – 4 of 4) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/type/
DResolvedType.java74 public abstract boolean hasGenericTypes(); in hasGenericTypes() method in ResolvedType
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/type/
DTypeReferenceTest.java83 public boolean hasGenericTypes() { in hasGenericTypes() method in TypeReferenceTest.BogusResolvedType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DArrayType.java157 public boolean hasGenericTypes() { in hasGenericTypes() method in ArrayType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJavaType.java375 public boolean hasGenericTypes() { return containedTypeCount() > 0; } in hasGenericTypes() method in JavaType