Package | Description |
---|---|
net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConverterToArray<ARRAY>
This is an implementation of the
ValueConverter interface that converts an
Object to an array. |
class |
AbstractValueConverterToCompatiblePojo<SOURCE,TARGET>
This is an abstract base implementation of the
ValueConverter interface
that converts an POJO to a POJO with the same properties. |
class |
AbstractValueConverterToContainer<CONTAINER>
This is the abstract base-implementation of a
ValueConverter that converts an
Object to a container type. |
class |
AbstractValueConverterToSimilarPojo<SOURCE,TARGET>
This is an abstract base implementation of
ValueConverter that extends
AbstractValueConverterToCompatiblePojo and adds tolerance for unmatched properties. |
class |
ValueConverterEntityToEto
This class extends
AbstractValueConverterToCompatiblePojo for conversion from PersistenceEntity to
ETO . |
class |
ValueConverterEtoToEntity
This class extends
AbstractValueConverterToCompatiblePojo for conversion from ETO to
PersistenceEntity . |
class |
ValueConverterToArrayOfBoolean
|
class |
ValueConverterToArrayOfByte
|
class |
ValueConverterToArrayOfDouble
|
class |
ValueConverterToArrayOfFloat
|
class |
ValueConverterToArrayOfInt
|
class |
ValueConverterToArrayOfLong
|
class |
ValueConverterToArrayOfObject
This is an implementation of the
ValueConverter interface that converts an
Object to an array. |
class |
ValueConverterToArrayOfShort
|
class |
ValueConverterToCollection
|
class |
ValueConverterToCompatiblePojo
This class extends
AbstractValueConverterToCompatiblePojo so it is used as fallback converter for any
Object if no more specific converter is matching. |
class |
ValueConverterToMap
|
Copyright © 2001–2016 mmm-Team. All rights reserved.