Class CsvMapper.ViewKey

java.lang.Object
com.fasterxml.jackson.dataformat.csv.CsvMapper.ViewKey
All Implemented Interfaces:
Serializable
Enclosing class:
CsvMapper

public static final class CsvMapper.ViewKey extends Object implements Serializable
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 Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • _pojoType

      private final com.fasterxml.jackson.databind.JavaType _pojoType
    • _view

      private final Class<?> _view
    • _hashCode

      private final int _hashCode
  • Constructor Details

    • ViewKey

      public ViewKey(com.fasterxml.jackson.databind.JavaType pojoType, Class<?> view)
  • Method Details