| Modifier and Type | Method and Description |
|---|---|
Transformation.Type |
Transformation.getType() |
static Transformation.Type |
Transformation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transformation.Type[] |
Transformation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transformation.setType(Transformation.Type type) |
| Constructor and Description |
|---|
Transformation(Transformation.Type type,
String format,
String locale,
boolean jsonB) |
Copyright © 2018–2022. All rights reserved.