Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A 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
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DDatabindContext.java160 public abstract JavaType constructSpecializedType(JavaType baseType, Class<?> subclass); in constructSpecializedType() method in DatabindContext
H A DSerializerProvider.java337 public JavaType constructSpecializedType(JavaType baseType, Class<?> subclass) in constructSpecializedType() method in SerializerProvider
H A DDeserializationContext.java294 public JavaType constructSpecializedType(JavaType baseType, Class<?> subclass) in constructSpecializedType() method in DeserializationContext
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
H A DMapperConfig.java321 public JavaType constructSpecializedType(JavaType baseType, Class<?> subclass) { in constructSpecializedType() method in MapperConfig