Enum Class JsonProvider.JsonStyle

java.lang.Object
java.lang.Enum<JsonProvider.JsonStyle>
com.adaptris.core.services.splitter.json.JsonProvider.JsonStyle
All Implemented Interfaces:
JsonProvider.JsonObjectProvider, Serializable, Comparable<JsonProvider.JsonStyle>, Constable
Enclosing interface:
JsonProvider

public static enum JsonProvider.JsonStyle extends Enum<JsonProvider.JsonStyle> implements JsonProvider.JsonObjectProvider
  • Enum Constant Details

  • Method Details

    • values

      public static JsonProvider.JsonStyle[] 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 JsonProvider.JsonStyle 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