| Package | Description |
|---|---|
| net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
| net.sf.mmm.util.collection.impl |
Contains implementations of the
Collection-Util API. |
| net.sf.mmm.util.collection.impl.spring | |
| net.sf.mmm.util.pojo.base |
Provides the base-implementation of the
Pojo API. |
| net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
| net.sf.mmm.util.reflect.base |
Contains the base-implementations of the
Reflection-Util API. |
| Modifier and Type | Field and Description |
|---|---|
private CollectionFactoryManager |
AbstractCliParserBuilder.collectionFactoryManager |
| Modifier and Type | Method and Description |
|---|---|
CollectionFactoryManager |
CliParserDependencies.getCollectionFactoryManager() |
CollectionFactoryManager |
AbstractCliParserBuilder.getCollectionFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCliParserBuilder.setCollectionFactoryManager(CollectionFactoryManager collectionFactoryManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionFactoryManagerImpl
This is the default implementation of the
CollectionFactoryManager interface. |
| Modifier and Type | Field and Description |
|---|---|
private static CollectionFactoryManager |
CollectionFactoryManagerImpl.instance |
| Modifier and Type | Method and Description |
|---|---|
static CollectionFactoryManager |
CollectionFactoryManagerImpl.getInstance()
This method gets the singleton instance of this
CollectionFactoryManager implementation. |
| Modifier and Type | Method and Description |
|---|---|
CollectionFactoryManager |
UtilCollectionSpringConfig.collectionFactoryManager() |
| Modifier and Type | Field and Description |
|---|---|
private CollectionFactoryManager |
DefaultPojoFactory.collectionFactoryManager |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionFactoryManager |
DefaultPojoFactory.getCollectionFactoryManager()
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPojoFactory.setCollectionFactoryManager(CollectionFactoryManager collectionFactoryManager) |
| Constructor and Description |
|---|
DefaultPojoFactory(CollectionFactoryManager collectionFactoryManager)
The constructor.
|
GuessingPojoFactory(CollectionFactoryManager collectionFactoryManager)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionFactoryManager |
CollectionReflectionUtil.getCollectionFactoryManager()
This method gets the
CollectionFactoryManager instance used by this util. |
| Modifier and Type | Field and Description |
|---|---|
private CollectionFactoryManager |
CollectionReflectionUtilImpl.collectionFactoryManager |
| Modifier and Type | Method and Description |
|---|---|
CollectionFactoryManager |
CollectionReflectionUtilImpl.getCollectionFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionReflectionUtilImpl.setCollectionFactoryManager(CollectionFactoryManager collectionFactoryManager)
This method sets the
CollectionFactoryManager instance to use. |
Copyright © 2001–2016 mmm-Team. All rights reserved.