Package | Description |
---|---|
com.massa.mrules.util.convert | |
com.massa.util.commons |
Classes in this package are connectors to be able to use MRules conversion and property utilities with
Apache commons beanutils.
|
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 |
IConverterWrapper |
Modifier and Type | Method and Description |
---|---|
IConverter |
ConverterWrapper.getWrappedConverter() |
Constructor and Description |
---|
ConverterWrapper(IConverter c) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConverter
Abstract converter implementation.
|
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 | Method and Description |
---|---|
IConverter |
ConvertUtils.lookup(Class<?> clazz)
Searches for a Converter able to handle this class or interface.
|
IConverter |
ConvertUtils.lookup(Class<?> sourceType,
Class<?> targetType)
Searches for a Converter able to handle conversions from sourceType to targetType.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertUtils.registerConverter(IConverter converter)
Convenience method to not override converter types.
|
void |
ConvertUtils.registerConverter(IConverter converter,
Class<?>... forTypes)
Registers a new Converter instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Jdk8DateTimeConverter
Converter handling new JDK 8 java.time package.
|