public static enum JoltEndpointBuilderFactory.JoltTransformType extends Enum<JoltEndpointBuilderFactory.JoltTransformType>
org.apache.camel.component.jolt.JoltTransformType enum.| Enum Constant and Description |
|---|
Chainr |
Defaultr |
Removr |
Shiftr |
Sortr |
| Modifier and Type | Method and Description |
|---|---|
static JoltEndpointBuilderFactory.JoltTransformType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoltEndpointBuilderFactory.JoltTransformType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JoltEndpointBuilderFactory.JoltTransformType Chainr
public static final JoltEndpointBuilderFactory.JoltTransformType Shiftr
public static final JoltEndpointBuilderFactory.JoltTransformType Defaultr
public static final JoltEndpointBuilderFactory.JoltTransformType Removr
public static final JoltEndpointBuilderFactory.JoltTransformType Sortr
public static JoltEndpointBuilderFactory.JoltTransformType[] values()
for (JoltEndpointBuilderFactory.JoltTransformType c : JoltEndpointBuilderFactory.JoltTransformType.values()) System.out.println(c);
public static JoltEndpointBuilderFactory.JoltTransformType 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