Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DContainerTypesTest.java47 TypeFactory tf = MAPPER.getTypeFactory().withCache(new LRUMap<Object,JavaType>(4, 8)); in testMissingCollectionType()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java225 public TypeFactory withCache(LRUMap<Object,JavaType> cache) { in withCache() method in TypeFactory