public static enum JsonataEndpointBuilderFactory.JsonataInputOutputType extends Enum<JsonataEndpointBuilderFactory.JsonataInputOutputType>
org.apache.camel.component.jsonata.JsonataInputOutputType
enum.| Enum Constant and Description |
|---|
Jackson |
JsonString |
| Modifier and Type | Method and Description |
|---|---|
static JsonataEndpointBuilderFactory.JsonataInputOutputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonataEndpointBuilderFactory.JsonataInputOutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonataEndpointBuilderFactory.JsonataInputOutputType Jackson
public static final JsonataEndpointBuilderFactory.JsonataInputOutputType JsonString
public static JsonataEndpointBuilderFactory.JsonataInputOutputType[] values()
for (JsonataEndpointBuilderFactory.JsonataInputOutputType c : JsonataEndpointBuilderFactory.JsonataInputOutputType.values()) System.out.println(c);
public static JsonataEndpointBuilderFactory.JsonataInputOutputType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel