Uses of Class
com.fasterxml.jackson.dataformat.csv.CsvMapper.ViewKey
-
Packages that use CsvMapper.ViewKey Package Description com.fasterxml.jackson.dataformat.csv -
-
Uses of CsvMapper.ViewKey in com.fasterxml.jackson.dataformat.csv
Fields in com.fasterxml.jackson.dataformat.csv with type parameters of type CsvMapper.ViewKey Modifier and Type Field Description protected LRUMap<CsvMapper.ViewKey,CsvSchema>
CsvMapper. _typedSchemas
Simple caching for schema instances, given that they are relatively expensive to construct; this one is for typed schemasprotected LRUMap<CsvMapper.ViewKey,CsvSchema>
CsvMapper. _untypedSchemas
Simple caching for schema instances, given that they are relatively expensive to construct; this one is for "loose" (non-typed) schemasMethod parameters in com.fasterxml.jackson.dataformat.csv with type arguments of type CsvMapper.ViewKey Modifier and Type Method Description protected CsvSchema
CsvMapper. _schemaFor(com.fasterxml.jackson.databind.JavaType pojoType, LRUMap<CsvMapper.ViewKey,CsvSchema> schemas, boolean typed)
Deprecated.protected CsvSchema
CsvMapper. _schemaFor(com.fasterxml.jackson.databind.JavaType pojoType, LRUMap<CsvMapper.ViewKey,CsvSchema> schemas, boolean typed, java.lang.Class<?> view)
-