|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WrongValueTypeException | |
|---|---|
| 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. |
| Uses of WrongValueTypeException in net.sf.mmm.util.value.api |
|---|
| Methods in net.sf.mmm.util.value.api that throw WrongValueTypeException | ||
|---|---|---|
|
GenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass)
This method converts the given value to the given
type. |
|
|
GenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass,
TARGET defaultValue)
This method converts the given value to the given
type. |
|
|
GenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass,
Type targetType)
This method converts the given value to the given
type. |
|
|
GenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass,
Type targetType,
TARGET defaultValue)
This method converts the given value to the given
type. |
|
|
GenericValueConverter.convertValue(SOURCE value,
Object valueSource,
TARGET minimum,
TARGET maximum)
This method converts the given value to a numeric type and
also validates that it is in the given range from minimum to
maximum. |
|
|
GenericValueConverter.convertValue(SOURCE value,
Object valueSource,
TARGET minimum,
TARGET maximum,
TARGET defaultValue)
This method gets a numeric value and also validates that it is in the given range from minimum to maximum. |
|
| Uses of WrongValueTypeException in net.sf.mmm.util.value.base |
|---|
| Methods in net.sf.mmm.util.value.base that throw WrongValueTypeException | ||
|---|---|---|
protected
|
StringValueConverterImpl.convertUnknownValue(String value,
Class<V> type,
Object valueSource)
This method converts the given String-value to the
given type. |
|
|
AbstractComposedValueConverter.convertValue(Object value,
Object valueSource,
Class<TARGET> targetClass)
This method converts the given value to the given
type. |
|
|
AbstractComposedValueConverter.convertValue(Object value,
Object valueSource,
Class<TARGET> targetClass,
Type targetType)
This method converts the given value to the given
type. |
|
|
AbstractGenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass)
This method converts the given value to the given
type. |
|
|
AbstractGenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass,
TARGET defaultValue)
This method converts the given value to the given
type. |
|
|
AbstractGenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> type,
Type targetType,
TARGET defaultValue)
This method converts the given value to the given
type. |
|
|
AbstractGenericValueConverter.convertValue(SOURCE value,
Object valueSource,
TARGET minimum,
TARGET maximum)
This method converts the given value to a numeric type and
also validates that it is in the given range from minimum to
maximum. |
|
|
AbstractGenericValueConverter.convertValue(SOURCE value,
Object valueSource,
TARGET minimum,
TARGET maximum,
TARGET defaultValue)
This method gets a numeric value and also validates that it is in the given range from minimum to maximum. |
|
|
StringValueConverterImpl.convertValue(String value,
Object valueSource,
Class<TARGET> type,
Type targetType)
This method converts the given value to the given
type. |
|
private static Number |
StringValueConverterImpl.parseNumber(String numberValue,
Object valueSource)
This method parses a numeric value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||