| Package | Description |
|---|---|
| net.sf.mmm.util.value.api |
Provides the API for generic handling of values.
|
| 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 | Interface and Description |
|---|---|
interface |
ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
interface |
SimpleGenericValueConverter
This is the interface for a
SimpleValueConverter that is generic and can convert from
Object to Object. |
interface |
ValueConverter<SOURCE,TARGET>
This is the interface for a converter that
converts a value from a
source-type to a specific target-type. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComposedValueConverter
This is the abstract base implementation of the
ComposedValueConverter interface. |
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. |
class |
AbstractSimpleValueConverter<SOURCE,TARGET>
This is an abstract base-implementation of the
ValueConverter interface that simply works with Class
rather than GenericType. |
class |
AbstractValueConverter<SOURCE,TARGET>
This is the abstract base-implementation of the
ValueConverter interface. |
class |
SimpleGenericValueConverterImpl
This is a generic value converter that is GWT compatible and therefore has reduced flexibility.
|
class |
SimpleValueConverterIdentity<V>
This is an implementation of
SimpleValueConverter that returns the unmodified value (identity
conversion). |
class |
ValueConverterIdentity<V>
This is an implementation of
ValueConverter that returns the unmodified
value (identity conversion). |
| 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 |
ComposedValueConverterImpl
This is the implementation of the
ComposedValueConverter interface. |
protected class |
ComposedValueConverterImpl.ComposedTargetTypeConverter<TARGET>
This inner class is a composed converter for all
ValueConverters with the same
target-type. |
class |
DefaultComposedValueConverter
This is a default
ComposedValueConverter to be used without
IoC-Container. |
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 |
ValueConverterToBoolean
|
class |
ValueConverterToCalendar
|
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 |
ValueConverterToDate
|
class |
ValueConverterToEnum
|
class |
ValueConverterToFile
|
class |
ValueConverterToMap
|
class |
ValueConverterToNumber
|
class |
ValueConverterToPattern
This is an implementation of the
ValueConverter interface that converts a
CharSequence to a Pattern. |
class |
ValueConverterToString
|
Copyright © 2001–2019 mmm-Team. All rights reserved.