Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
DTypeIdResolver.java75 public JavaType typeFromId(DatabindContext context, String id) throws IOException; in typeFromId() method
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
DTypeIdResolverBase.java57 public JavaType typeFromId(DatabindContext context, String id) throws IOException { in typeFromId() method in TypeIdResolverBase
DClassNameIdResolver.java65 public JavaType typeFromId(DatabindContext context, String id) throws IOException { in typeFromId() method in ClassNameIdResolver
DTypeNameIdResolver.java149 public JavaType typeFromId(DatabindContext context, String id) { in typeFromId() method in TypeNameIdResolver
DTypeDeserializerBase.java154 JavaType type = _idResolver.typeFromId(ctxt, typeId); in _findDeserializer()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestCustomTypeIdResolver.java92 public JavaType typeFromId(DatabindContext context, String id) in typeFromId() method in TestCustomTypeIdResolver.TestCustomResolverBase
151 public JavaType typeFromId(DatabindContext context, String id) { in typeFromId() method in TestCustomTypeIdResolver.Resolver1270
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/
DExternalTypeId2588Test.java54 public JavaType typeFromId(DatabindContext context, String id) { in typeFromId() method in ExternalTypeId2588Test.AnimalTypeIdResolver
DExternalTypeIdWithEnum1328Test.java64 public JavaType typeFromId(DatabindContext context, String id) throws IOException { in typeFromId() method in ExternalTypeIdWithEnum1328Test.AnimalResolver
DExternalTypeCustomResolverTest.java165 public JavaType typeFromId (DatabindContext context, String id) { in typeFromId() method in ExternalTypeCustomResolverTest.ClassesWithoutBuilder.PaymentDetailsTypeIdResolver
399 public JavaType typeFromId(DatabindContext context, String id) { in typeFromId() method in ExternalTypeCustomResolverTest.ClassesWithBuilder.PaymentDetailsTypeIdResolver
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DTestHandlerInstantiation.java151 public JavaType typeFromId(DatabindContext context, String id) in typeFromId() method in TestHandlerInstantiation.TestCustomIdResolver
/external/jackson-databind/release-notes/
DVERSION-2.x1454 #634: Add `typeFromId(DatabindContext,String)` in `TypeIdDeserializer`