Package | Description |
---|---|
com.twelvemonkeys.util.convert |
Modifier and Type | Class and Description |
---|---|
class |
Converter
The converter (singleton).
|
class |
DateConverter
Converts strings to dates and back.
|
class |
DefaultConverter
Converts strings to objects and back.
|
class |
NumberConverter
Converts strings to numbers and back.
|
class |
TimeConverter
Converts strings to times and back.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Class,PropertyConverter> |
Converter.converters
The converters Map
|
Modifier and Type | Method and Description |
---|---|
static void |
Converter.registerConverter(Class<?> pType,
PropertyConverter pConverter)
Registers a converter for a given type.
|
Copyright © 2017. All rights reserved.