| Package | Description |
|---|---|
| io.beanmother.core.converter | |
| io.beanmother.core.converter.std |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConverter
Abstract converter
|
class |
AbstractGenericConverter<S,D>
An abstract converter for checking with generic types.
|
| Modifier and Type | Method and Description |
|---|---|
Converter |
ConverterFactory.get(Object source,
com.google.common.reflect.TypeToken<?> targetTokenType) |
| Modifier and Type | Method and Description |
|---|---|
Set<Converter> |
ConverterModule.getConverters() |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractConverter.compareTo(Converter o) |
void |
ConverterFactory.register(Converter converter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateToCalendarConverter
Converter used to convert a Date to a Calendar.
|
class |
DateToSQLDateConverter
Converter used to convert a Date to a sql Date
|
class |
NumberToNumberConverter
Converter used to convert a Subclass of Number to a Subclass of Number
|
class |
ObjectToStringConverter
Converter used to convert a any Object to a String
|
class |
SameClassConverter
Converter used to convert to a same type or a sub type.
|
class |
StringToBooleanConverter
Converter used to convert a String to a Boolean
|
class |
StringToCalendarConverter
Converter used to convert a String to a Calendar
|
class |
StringToDateConverter
|
class |
StringToEnumConverter
Converter used to convert a String to a Enum
|
class |
StringToFileConverter
Converter used to convert a String to a File
|
class |
StringToNumberConverter
Converter used to convert a String to a Number
|
class |
StringToSQLDateConverter
Converter used to convert a String to a sql Date
|
class |
StringToURIConverter
Converter used to convert a String to a URI
|
class |
StringToURLConverter
Converter used to convert a String to a URL
|
| Modifier and Type | Method and Description |
|---|---|
Set<Converter> |
StandardConverterModule.getConverters() |
Copyright © 2018. All rights reserved.