| Package | Description |
|---|---|
| net.sf.mmm.util.value.base |
Contains the base-implementations of the
value API. |
| net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecursiveValueConverter<SOURCE,TARGET>
This is an abstract base-implementation for a
ValueConverter that
performs recursive conversions on the owning-converter for converting
child values. |
| 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 |
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 |
ValueConverterToClass
|
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–2019 mmm-Team. All rights reserved.