| Package | Description |
|---|---|
| net.sf.mmm.util.context.api |
Provides the API for a generic context.
|
| net.sf.mmm.util.context.base |
Provides the base-implementation of the
Context-API. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
GenericContext.requireVariable(Class<T> type)
This method gets the variable associated with the given
type. |
Object |
GenericContext.requireVariable(String variableName)
This method gets the variable associated with the given
variableName. |
<T> T |
GenericContext.requireVariable(String variableName,
Class<T> type)
This method gets the variable associated with the given
variableName. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AbstractMutableGenericContext.requireVariable(Class<T> type)
This method gets the variable associated with the given
type. |
<T> T |
AbstractGenericContextProxy.requireVariable(Class<T> type)
This method gets the variable associated with the given
type. |
Object |
AbstractMutableGenericContext.requireVariable(String variableName)
This method gets the variable associated with the given
variableName. |
Object |
AbstractGenericContextProxy.requireVariable(String variableName)
This method gets the variable associated with the given
variableName. |
<T> T |
AbstractMutableGenericContext.requireVariable(String variableName,
Class<T> type)
This method gets the variable associated with the given
variableName. |
<T> T |
AbstractGenericContextProxy.requireVariable(String variableName,
Class<T> type)
This method gets the variable associated with the given
variableName. |
| Modifier and Type | Method and Description |
|---|---|
<TARGET> TARGET |
GenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass)
This method converts the given
value to the given type. |
<TARGET> TARGET |
GenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass,
Type targetType)
This method converts the given
value to the given type. |
<TARGET extends Number> |
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. |
| Modifier and Type | Method and Description |
|---|---|
protected <V> V |
StringValueConverterImpl.convertUnknownValue(String value,
Class<V> type,
Object valueSource)
|
<TARGET> TARGET |
AbstractComposedValueConverter.convertValue(Object value,
Object valueSource,
Class<TARGET> targetClass)
This method converts the given
value to the given type. |
<TARGET> TARGET |
AbstractComposedValueConverter.convertValue(Object value,
Object valueSource,
Class<TARGET> targetClass,
Type targetType)
This method converts the given
value to the given type. |
<TARGET> TARGET |
AbstractGenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass)
This method converts the given
value to the given type. |
<TARGET extends Number> |
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. |
<TARGET> TARGET |
StringValueConverterImpl.convertValue(String value,
Object valueSource,
Class<TARGET> type,
Type targetType)
This method converts the given
value to the given type. |
Copyright © 2001–2015 mmm-Team. All rights reserved.