Uses of Class
tools.jackson.dataformat.csv.CsvMapper.ViewKey
Packages that use CsvMapper.ViewKey
-
Uses of CsvMapper.ViewKey in tools.jackson.dataformat.csv
Fields in tools.jackson.dataformat.csv with type parameters of type CsvMapper.ViewKeyModifier and TypeFieldDescriptionprotected final tools.jackson.databind.util.SimpleLookupCache<CsvMapper.ViewKey, CsvSchema> CsvMapper._typedSchemasSimple caching for schema instances, given that they are relatively expensive to construct; this one is for typed schemasprotected final tools.jackson.databind.util.SimpleLookupCache<CsvMapper.ViewKey, CsvSchema> CsvMapper._untypedSchemasSimple caching for schema instances, given that they are relatively expensive to construct; this one is for "loose" (non-typed) schemasMethod parameters in tools.jackson.dataformat.csv with type arguments of type CsvMapper.ViewKeyModifier and TypeMethodDescriptionprotected CsvSchemaCsvMapper._schemaFor(tools.jackson.databind.JavaType pojoType, tools.jackson.databind.util.SimpleLookupCache<CsvMapper.ViewKey, CsvSchema> schemas, boolean typed, Class<?> view)