Package | Description |
---|---|
net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
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 a value could not be converted to a given type. |
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) |
<T extends V> |
SimpleValueConverterIdentity.convert(V value,
Object valueSource,
Class<T> targetClass) |
Modifier and Type | Method and Description |
---|---|
<T extends TARGET> |
ComposedValueConverterImpl.ComposedTargetTypeConverter.convert(Object value,
Object valueSource,
Class<T> targetClass) |
<T extends TARGET> |
AbstractValueConverterToCompatiblePojo.convert(SOURCE value,
Object valueSource,
GenericType<T> targetType) |
Copyright © 2001–2016 mmm-Team. All rights reserved.