Enum Class Jackson

java.lang.Object
java.lang.Enum<Jackson>
dk.mada.jaxrs.generator.mpclient.imports.Jackson
All Implemented Interfaces:
TypedImport, Serializable, Comparable<Jackson>, Constable

public enum Jackson extends Enum<Jackson> implements TypedImport
Jackson imports and their paths for FasterXml.
  • Enum Constant Details

    • DESERIALIZATION_CONTEXT

      public static final Jackson DESERIALIZATION_CONTEXT
      DeserializationContext.
    • JSON_CREATOR

      public static final Jackson JSON_CREATOR
      JsonCreator.
    • JSON_DESERIALIZE

      public static final Jackson JSON_DESERIALIZE
      JsonDeserialize.
    • JSON_DESERIALIZER

      public static final Jackson JSON_DESERIALIZER
      JsonDeserializer.
    • JSON_GENERATOR

      public static final Jackson JSON_GENERATOR
      JsonGenerator.
    • JSON_IGNORE

      public static final Jackson JSON_IGNORE
      JsonIgnore.
    • JSON_IGNORE_PROPERTIES

      public static final Jackson JSON_IGNORE_PROPERTIES
      JsonIgnoreProperties.
    • JSON_PARSER

      public static final Jackson JSON_PARSER
      JsonParser.
    • JSON_PROCESSING_EXCEPTION

      public static final Jackson JSON_PROCESSING_EXCEPTION
      JsonProcessingException.
    • JSON_PROPERTY

      public static final Jackson JSON_PROPERTY
      JsonProperty.
    • JSON_PROPERTY_ORDER

      public static final Jackson JSON_PROPERTY_ORDER
      JsonPropertyOrder.
    • JSON_SERIALIZE

      public static final Jackson JSON_SERIALIZE
      JsonSerialize.
    • JSON_SERIALIZER

      public static final Jackson JSON_SERIALIZER
      JsonSerializer.
    • JSON_SUB_TYPES

      public static final Jackson JSON_SUB_TYPES
      JsonSubTypes.
    • JSON_TYPE_INFO

      public static final Jackson JSON_TYPE_INFO
      JsonTypeInfo.
    • JSON_VALUE

      public static final Jackson JSON_VALUE
      JsonValue.
    • SERIALIZER_PROVIDER

      public static final Jackson SERIALIZER_PROVIDER
      SerializerProvider.
  • Method Details

    • values

      public static Jackson[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Jackson valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • path

      public Optional<String> path(dk.mada.jaxrs.generator.mpclient.imports.Imports.ImportRenderPrefs irp)
      Returns the import path suitable for the active jackson implementation.
      Specified by:
      path in interface TypedImport
      Parameters:
      irp - the import rendering preferences
      Returns:
      the import path suitable for the active jackson implementation