Package | Description |
---|---|
com.massa.mrules.util.convert | |
com.massa.util.convert |
This package contains conversion framework.
|
com.massa.util.extensions.jdk8.convert |
Modifier and Type | Class and Description |
---|---|
class |
AddonConverter
|
class |
LocalImportHolderConverter
Converter to Convert from
LocalImportHolder to String and vice versa. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanConverter
Handles conversion to and from
Boolean and AtomicBoolean Objects. |
class |
CharacterConverter
Converter to Convert from
Character to other types and vice versa. |
class |
ClassConverter
Handles conversion to and from
Class . |
class |
CollectionConverter
Converter to Convert to and from
Collection . |
class |
DateConverter
Abstract Converter to Convert from Date related objects to
String and vice versa. |
class |
EnumConverter
|
class |
NumberConverter
This implementation handles conversion for the following
java.lang.Number types. |
class |
PathConverter
|
class |
PatternConverter
|
class |
RounderConverter
|
class |
StringConverter
Special converter to handle Strings.
|
Modifier and Type | Class and Description |
---|---|
class |
Jdk8DateTimeConverter
Converter handling new JDK 8 java.time package.
|