| 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 | 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–2019 mmm-Team. All rights reserved.