Class CsvMapper.ViewKey
java.lang.Object
com.fasterxml.jackson.dataformat.csv.CsvMapper.ViewKey
- All Implemented Interfaces:
Serializable
- Enclosing class:
CsvMapper
Simple class in order to create a map key based on
JavaType
and a given view.
Used for caching associated schemas in _untypedSchemas
and _typedSchemas
.- Since:
- 2.14
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final com.fasterxml.jackson.databind.JavaType
private final Class
<?> private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
_pojoType
private final com.fasterxml.jackson.databind.JavaType _pojoType -
_view
-
_hashCode
private final int _hashCode
-
-
Constructor Details
-
ViewKey
-
-
Method Details