Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotatedClass.java207 public static AnnotatedClass constructWithoutSuperTypes(Class<?> raw, MapperConfig<?> config) { in constructWithoutSuperTypes() method in AnnotatedClass
208 return constructWithoutSuperTypes(raw, config, config); in constructWithoutSuperTypes()
215 public static AnnotatedClass constructWithoutSuperTypes(Class<?> raw, MapperConfig<?> config, in constructWithoutSuperTypes() method in AnnotatedClass