Uses of Class
com.fasterxml.jackson.dataformat.csv.impl.LRUMap
Packages that use LRUMap
-
Uses of LRUMap in com.fasterxml.jackson.dataformat.csv
Fields in com.fasterxml.jackson.dataformat.csv declared as LRUMapModifier and TypeFieldDescriptionprotected final LRUMap<CsvMapper.ViewKey, CsvSchema> CsvMapper._typedSchemasSimple caching for schema instances, given that they are relatively expensive to construct; this one is for typed schemasprotected final LRUMap<CsvMapper.ViewKey, CsvSchema> CsvMapper._untypedSchemasSimple caching for schema instances, given that they are relatively expensive to construct; this one is for "loose" (non-typed) schemasMethods in com.fasterxml.jackson.dataformat.csv with parameters of type LRUMapModifier and TypeMethodDescriptionprotected CsvSchemaCsvMapper._schemaFor(com.fasterxml.jackson.databind.JavaType pojoType, LRUMap<CsvMapper.ViewKey, CsvSchema> schemas, boolean typed) Deprecated.protected CsvSchemaCsvMapper._schemaFor(com.fasterxml.jackson.databind.JavaType pojoType, LRUMap<CsvMapper.ViewKey, CsvSchema> schemas, boolean typed, Class<?> view)