Package | Description |
---|---|
org.jsefa.common.converter |
Modifier and Type | Field and Description |
---|---|
static SimpleTypeConverterConfiguration |
SimpleTypeConverterConfiguration.EMPTY
The empty configuration.
|
Modifier and Type | Method and Description |
---|---|
static SimpleTypeConverterConfiguration |
SimpleTypeConverterConfiguration.create(Class<?> objectType,
String[] format)
Constructs a new
SimpleTypeConverterConfiguration . |
static SimpleTypeConverterConfiguration |
SimpleTypeConverterConfiguration.create(Class<?> objectType,
String[] format,
SimpleTypeConverter itemTypeConverter)
Constructs a new
SimpleTypeConverterConfiguration . |
Modifier and Type | Method and Description |
---|---|
static XmlDateTimeConverter |
XmlDateTimeConverter.create(SimpleTypeConverterConfiguration configuration)
Constructs a
XmlDateTimeConverter .If no format is given, the default format (see XmlDateTimeConverter.getDefaultFormat() ) is used. |
static SimpleListConverter |
SimpleListConverter.create(SimpleTypeConverterConfiguration configuration)
Creates a
SimpleListConverter .If no format is given, the default format (see SimpleListConverter.getDefaultFormat() ) is used. |
static EnumConverter |
EnumConverter.create(SimpleTypeConverterConfiguration configuration)
Constructs a new
EnumConverter . |
static DateConverter |
DateConverter.create(SimpleTypeConverterConfiguration configuration)
Constructs a
DateConverter .If no format is given, the default format (see DateConverter.getDefaultFormat() ) is used. |
static BooleanConverter |
BooleanConverter.create(SimpleTypeConverterConfiguration configuration)
Creates a new
BooleanConverter .If no format is given, the default format (see BooleanConverter.getDefaultFormat() ) is used. |
static BigDecimalConverter |
BigDecimalConverter.create(SimpleTypeConverterConfiguration configuration)
Creates a
BigDecimalConverter .If no format is given, the default format (see BigDecimalConverter.getDefaultFormat() ) is used. |
Constructor and Description |
---|
BigDecimalConverter(SimpleTypeConverterConfiguration configuration)
Constructs a new
BigDecimalConverter .If no format is given, the default format (see BigDecimalConverter.getDefaultFormat() ) is used. |
BooleanConverter(SimpleTypeConverterConfiguration configuration)
Constructs a new
BooleanConverter .If no format is given, the default format (see BooleanConverter.getDefaultFormat() ) is used. |
DateConverter(SimpleTypeConverterConfiguration configuration)
Constructs a new
DateConverter .If no format is given, the default format (see DateConverter.getDefaultFormat() ) is used. |
SimpleListConverter(SimpleTypeConverterConfiguration configuration)
Constructs a new
SimpleListConverter .If no format is given, the default format (see SimpleListConverter.getDefaultFormat() ) is used. |
XmlDateTimeConverter(SimpleTypeConverterConfiguration configuration)
Constructs a
XmlDateTimeConverter .If no format is given, the default format (see XmlDateTimeConverter.getDefaultFormat() ) is used. |
Copyright © 2014. All rights reserved.