Class CsvMapper.ViewKey
- java.lang.Object
-
- com.fasterxml.jackson.dataformat.csv.CsvMapper.ViewKey
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CsvMapper
public static final class CsvMapper.ViewKey extends java.lang.Object implements java.io.SerializableSimple class in order to create a map key based onJavaTypeand a given view. Used for caching associated schemas in_untypedSchemasand_typedSchemas.- Since:
- 2.14
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int_hashCodeprivate com.fasterxml.jackson.databind.JavaType_pojoTypeprivate java.lang.Class<?>_viewprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ViewKey(com.fasterxml.jackson.databind.JavaType pojoType, java.lang.Class<?> view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
_pojoType
private final com.fasterxml.jackson.databind.JavaType _pojoType
-
_view
private final java.lang.Class<?> _view
-
_hashCode
private final int _hashCode
-
-