| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.csv | 
| Modifier and Type | Field and Description | 
|---|---|
| protected LRUMap<com.fasterxml.jackson.databind.JavaType,CsvSchema> | CsvMapper. _typedSchemasSimple 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. _untypedSchemasSimple caching for schema instances, given that they are relatively expensive
 to construct; this one is for "loose" (non-typed) schemas | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CsvSchema | CsvMapper. _schemaFor(com.fasterxml.jackson.databind.JavaType pojoType,
          LRUMap<com.fasterxml.jackson.databind.JavaType,CsvSchema> schemas,
          boolean typed) | 
Copyright © 2017 FasterXML. All rights reserved.