| Package | Description |
|---|---|
| net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util 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 | Field and Description |
|---|---|
private SimpleValueConverter<V,String> |
NodeCycle.formatter |
| Constructor and Description |
|---|
NodeCycle(V startNode,
SimpleValueConverter<V,String> formatter)
The constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverters. |
interface |
SimpleGenericValueConverter
This is the interface for a
SimpleValueConverter that is generic and can convert from
Object to Object. |
interface |
ValueConverter<SOURCE,TARGET>
This is the interface for a converter that
converts a value
from a source-type to a specific target-type. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComposedValueConverter
This is the abstract base implementation of the
ComposedValueConverter interface. |
class |
AbstractRecursiveValueConverter<SOURCE,TARGET>
This is an abstract base-implementation for a
ValueConverter that
performs recursive conversions on the owning-converter for converting
child values. |
class |
AbstractSimpleValueConverter<SOURCE,TARGET>
This is an abstract base-implementation of the
ValueConverter interface that simply works with
Class rather than GenericType. |
class |
AbstractValueConverter<SOURCE,TARGET>
This is the abstract base-implementation of the
ValueConverter interface. |
class |
SimpleGenericValueConverterImpl
This is a generic value converter that is GWT compatible and therefore has reduced flexibility.
|
class |
SimpleValueConverterIdentity<V>
This is an implementation of
SimpleValueConverter that returns the unmodified value (identity
conversion). |
class |
ValueConverterIdentity<V>
This is an implementation of
ValueConverter that returns the unmodified
value (identity conversion). |
Copyright © 2001–2015 mmm-Team. All rights reserved.