Home
last modified time | relevance | path

Searched defs:constructSpecializedType (Results 1 – 5 of 5) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDatabindContext.java160 public abstract JavaType constructSpecializedType(JavaType baseType, Class<?> subclass); in constructSpecializedType() method in DatabindContext
DSerializerProvider.java337 public JavaType constructSpecializedType(JavaType baseType, Class<?> subclass) in constructSpecializedType() method in SerializerProvider
DDeserializationContext.java294 public JavaType constructSpecializedType(JavaType baseType, Class<?> subclass) in constructSpecializedType() method in DeserializationContext
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DMapperConfig.java321 public JavaType constructSpecializedType(JavaType baseType, Class<?> subclass) { in constructSpecializedType() method in MapperConfig
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java369 public JavaType constructSpecializedType(JavaType baseType, Class<?> subclass) in constructSpecializedType() method in TypeFactory
392 public JavaType constructSpecializedType(JavaType baseType, Class<?> subclass, in constructSpecializedType() method in TypeFactory