Uses of Class
com.fasterxml.jackson.dataformat.csv.impl.LRUMap

Packages that use LRUMap
com.fasterxml.jackson.dataformat.csv   
 

Uses of LRUMap in com.fasterxml.jackson.dataformat.csv
 

Fields in com.fasterxml.jackson.dataformat.csv declared as LRUMap
protected  LRUMap<com.fasterxml.jackson.databind.JavaType,CsvSchema> CsvMapper._typedSchemas
          Simple caching for schema instances, given that they are relatively expensive to construct; this one is for typed schemas
protected  LRUMap<com.fasterxml.jackson.databind.JavaType,CsvSchema> CsvMapper._untypedSchemas
          Simple caching for schema instances, given that they are relatively expensive to construct; this one is for "loose" (non-typed) schemas
 

Methods in com.fasterxml.jackson.dataformat.csv with parameters of type LRUMap
protected  CsvSchema CsvMapper._schemaFor(com.fasterxml.jackson.databind.JavaType pojoType, LRUMap<com.fasterxml.jackson.databind.JavaType,CsvSchema> schemas, boolean typed)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.