| 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 | Class and Description |
|---|---|
class |
ValueConvertException
The
ValueConvertException is thrown if the conversion of some value failed. |
class |
ValueNotSetException
This is the exception thrown if a required value was not set.
|
class |
ValueOutOfRangeException
This is the exception thrown if a numeric value is not in the expected range.
|
class |
WrongValueTypeException
This exception is thrown if a value has the wrong type (a different value type was expected).
|
| Modifier and Type | Method and Description |
|---|---|
<T extends TARGET> |
ValueConverter.convert(SOURCE value,
Object valueSource,
Class<T> targetClass)
This method converts the given
pojo to the <TARGET>-type. |
<T extends TARGET> |
SimpleValueConverter.convert(SOURCE value,
Object valueSource,
Class<T> targetClass)
This method converts the given
pojo to the <TARGET>-type. |
<T extends TARGET> |
ValueConverter.convert(SOURCE value,
Object valueSource,
GenericType<T> targetType)
This method converts the given
pojo to the <TARGET>-type. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SimpleGenericValueConverterImpl.convert(Object value,
Object valueSource,
Class<T> targetClass)
This method converts the given
pojo to the <TARGET>-type. |
<T extends V> |
ValueConverterIdentity.convert(V value,
Object valueSource,
Class<T> targetClass)
This method converts the given
pojo to the <TARGET>-type. |
<T extends V> |
SimpleValueConverterIdentity.convert(V value,
Object valueSource,
Class<T> targetClass)
This method converts the given
pojo to the <TARGET>-type. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Class> |
ValueConverterToClass.convert(CharSequence value,
Object valueSource,
GenericType<T> targetType)
This method converts the given
pojo to the <TARGET>-type. |
<T extends TARGET> |
ComposedValueConverterImpl.ComposedTargetTypeConverter.convert(Object value,
Object valueSource,
Class<T> targetClass)
This method converts the given
pojo to the <TARGET>-type. |
<T extends EntityTo> |
ValueConverterEntityToEto.convert(PersistenceEntity value,
Object valueSource,
GenericType<T> targetType)
This method converts the given
pojo to the <TARGET>-type. |
<T extends TARGET> |
AbstractValueConverterToCompatiblePojo.convert(SOURCE value,
Object valueSource,
GenericType<T> targetType)
This method converts the given
pojo to the <TARGET>-type. |
Copyright © 2001–2015 mmm-Team. All rights reserved.