Enum Class Jsonb

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

public enum Jsonb extends Enum<Jsonb> implements TypedImport
Json binding import paths.
  • Enum Constant Details

    • JSON

      public static final Jsonb JSON
      Json.
    • JSON_STRING

      public static final Jsonb JSON_STRING
      JsonString.
    • JSONB_ADAPTER

      public static final Jsonb JSONB_ADAPTER
      JsonbAdapter.
    • JSONB_PROPERTY

      public static final Jsonb JSONB_PROPERTY
      JsonbProperty.
    • JSONB_PROPERTY_ORDER

      public static final Jsonb JSONB_PROPERTY_ORDER
      JsonbPropertyOrder.
    • JSONB_TYPE_ADAPTER

      public static final Jsonb JSONB_TYPE_ADAPTER
      JsonbTypeAdapter.
  • Method Details

    • values

      public static Jsonb[] 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 Jsonb 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)
      Description copied from interface: TypedImport
      Returns the import path suitable for the import type, or null if not applicable.
      Specified by:
      path in interface TypedImport
      Parameters:
      irp - the import rendering preferences
      Returns:
      the import path suitable for the import type, or null if not applicable