public class Transformation extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Transformation.Type |
| Constructor and Description |
|---|
Transformation() |
Transformation(Transformation.Type type,
String format,
String locale,
boolean jsonB) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFormat() |
String |
getLocale() |
Transformation.Type |
getType() |
int |
hashCode() |
boolean |
isJsonB() |
void |
setFormat(String format) |
void |
setJsonB(boolean jsonB) |
void |
setLocale(String locale) |
void |
setType(Transformation.Type type) |
String |
toString() |
public Transformation()
public Transformation(Transformation.Type type, String format, String locale, boolean jsonB)
public Transformation.Type getType()
public void setType(Transformation.Type type)
public String getFormat()
public void setFormat(String format)
public String getLocale()
public void setLocale(String locale)
public boolean isJsonB()
public void setJsonB(boolean jsonB)
Copyright © 2018–2022. All rights reserved.