Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java35 public class TypeFactory // note: was final in 2.9, removed from 2.10 class
154 private TypeFactory() { in TypeFactory() method in TypeFactory
161 protected TypeFactory(LRUMap<Object,JavaType> typeCache) { in TypeFactory() method in TypeFactory
171 protected TypeFactory(LRUMap<Object,JavaType> typeCache, TypeParser p, in TypeFactory() method in TypeFactory