| Package | Description |
|---|---|
| net.sf.mmm.util.context.api |
Provides the API for a generic context.
|
| net.sf.mmm.util.context.impl |
Provides the 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. |
| net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API. |
| Modifier and Type | Method and Description |
|---|---|
MutableGenericContext |
GenericContextFactory.createContext(MapFactory<? extends Map> mapFactory,
GenericValueConverter<Object> valueConverter)
This method creates a new instance of a
MutableGenericContext using the given MapFactory. |
| Modifier and Type | Field and Description |
|---|---|
private GenericValueConverter<Object> |
MutableGenericContextImpl.valueConverter |
| Modifier and Type | Method and Description |
|---|---|
MutableGenericContext |
GenericContextFactoryImpl.createContext(MapFactory<? extends Map> mapFactory,
GenericValueConverter<Object> valueConverter) |
| Constructor and Description |
|---|
MutableGenericContextImpl(MapFactory<? extends Map> mapFactory,
GenericContext parentContext,
GenericValueConverter<Object> valueConverter)
The constructor for a
sub-context. |
MutableGenericContextImpl(MapFactory<? extends Map> mapFactory,
GenericValueConverter<Object> valueConverter)
The constructor for a
sub-context. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
interface |
StringValueConverter
This is a sub-interface of
GenericValueConverter for the most common value type String. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComposedValueConverter
This is the abstract base implementation of the
ComposedValueConverter interface. |
class |
AbstractGenericValueConverter<SOURCE>
This is the abstract base implementation of the
GenericValueConverter interface. |
class |
StringValueConverterImpl
This is the implementation of
StringValueConverter. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComposedValueConverterImpl
This is the implementation of the
ComposedValueConverter interface. |
class |
DefaultComposedValueConverter
This is a default
ComposedValueConverter to be used without IoC-Container. |
Copyright © 2001–2016 mmm-Team. All rights reserved.