| Package | Description |
|---|---|
| net.sf.mmm.util.lang.base.datatype.descriptor |
Contains the basic implementation of the Util Lang API for datatype description.
|
| net.sf.mmm.util.nls.impl |
Contains the implementation for the native language support (NLS).
|
| net.sf.mmm.util.nls.impl.formatter |
Contains the implementation of formatters for the native language support (NLS).
|
| net.sf.mmm.util.pojo.descriptor.base |
Contains the basic implementation of the
Introspection-API. |
| net.sf.mmm.util.pojo.path.base |
Contains the base-implementation of the
PojoPath API. |
| net.sf.mmm.util.reflect.base |
Contains the base-implementations of the
Reflection-Util API. |
| net.sf.mmm.util.resource.impl |
Contains the implementation of the resource API.
|
| net.sf.mmm.util.transferobject.base |
Contains the basic implementation of the transfer-object API.
|
| 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 ReflectionUtil |
DatatypeDescriptorManagerImpl.reflectionUtil |
| Modifier and Type | Method and Description |
|---|---|
static <T extends SimpleDatatype<V>,V> |
DatatypeSegmentDescriptorSimpleDatatype.newInstance(Class<T> datatype,
ReflectionUtil reflectionUtil)
Creates a new instance of
DatatypeSegmentDescriptorSimpleDatatype for the given
SimpleDatatype Class. |
void |
DatatypeDescriptorManagerImpl.setReflectionUtil(ReflectionUtil reflectionUtil) |
| Constructor and Description |
|---|
DatatypeDescriptorSimpleDatatype(Class<T> datatype,
ReflectionUtil reflectionUtil)
The constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private ReflectionUtil |
NlsResourceBundleLocatorImpl.reflectionUtil |
| Modifier and Type | Method and Description |
|---|---|
ReflectionUtil |
NlsResourceBundleLocatorImpl.getReflectionUtil()
This method gets the
ReflectionUtil. |
| Modifier and Type | Method and Description |
|---|---|
void |
NlsResourceBundleLocatorImpl.setReflectionUtil(ReflectionUtil reflectionUtil) |
| Modifier and Type | Field and Description |
|---|---|
private ReflectionUtil |
NlsFormatterType.reflectionUtil |
| Modifier and Type | Method and Description |
|---|---|
protected ReflectionUtil |
NlsFormatterType.getReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
NlsFormatterType.setReflectionUtil(ReflectionUtil reflectionUtil) |
| Modifier and Type | Field and Description |
|---|---|
private ReflectionUtil |
PojoDescriptorDependenciesImpl.reflectionUtil |
| Modifier and Type | Method and Description |
|---|---|
ReflectionUtil |
PojoDescriptorDependenciesImpl.getReflectionUtil()
This method gets the
ReflectionUtil instance to use. |
ReflectionUtil |
PojoDescriptorDependencies.getReflectionUtil()
This method gets the
ReflectionUtil instance to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
PojoDescriptorDependenciesImpl.setReflectionUtil(ReflectionUtil reflectionUtil) |
| Modifier and Type | Field and Description |
|---|---|
private ReflectionUtil |
AbstractPojoPathNavigator.reflectionUtil |
| Modifier and Type | Method and Description |
|---|---|
ReflectionUtil |
AbstractPojoPathNavigator.getReflectionUtil()
This method gets the
ReflectionUtil instance to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPojoPathNavigator.setReflectionUtil(ReflectionUtil reflectionUtil) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionUtilImpl
This class is a collection of utility functions for dealing with
reflection. |
| Modifier and Type | Field and Description |
|---|---|
private static ReflectionUtil |
ReflectionUtilImpl.instance |
private ReflectionUtil |
AnnotationUtilImpl.reflectionUtil |
| Modifier and Type | Method and Description |
|---|---|
static ReflectionUtil |
ReflectionUtilImpl.getInstance()
This method gets the singleton instance of this
ReflectionUtil. |
protected ReflectionUtil |
AnnotationUtilImpl.getReflectionUtil()
This method gets the
ReflectionUtilImpl used by this AnnotationUtilImpl instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationUtilImpl.setReflectionUtil(ReflectionUtil reflectionUtil) |
| Modifier and Type | Field and Description |
|---|---|
private ReflectionUtil |
ClasspathScannerImpl.reflectionUtil |
| Modifier and Type | Method and Description |
|---|---|
ReflectionUtil |
ClasspathScannerImpl.getReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClasspathScannerImpl.setReflectionUtil(ReflectionUtil reflectionUtil) |
| Modifier and Type | Field and Description |
|---|---|
private ReflectionUtil |
TransferObjectUtilImpl.reflectionUtil |
| Modifier and Type | Method and Description |
|---|---|
protected ReflectionUtil |
TransferObjectUtilImpl.getReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransferObjectUtilImpl.setReflectionUtil(ReflectionUtil reflectionUtil) |
| Modifier and Type | Field and Description |
|---|---|
private ReflectionUtil |
AbstractValueConverter.reflectionUtil |
private ReflectionUtil |
AbstractComposedValueConverter.reflectionUtil |
| Modifier and Type | Method and Description |
|---|---|
ReflectionUtil |
AbstractValueConverter.getReflectionUtil()
This method gets the
ReflectionUtilImpl instance to use. |
ReflectionUtil |
AbstractComposedValueConverter.getReflectionUtil()
This method gets the
ReflectionUtil instance to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractValueConverter.setReflectionUtil(ReflectionUtil reflectionUtil) |
void |
AbstractComposedValueConverter.setReflectionUtil(ReflectionUtil reflectionUtil) |
| Modifier and Type | Field and Description |
|---|---|
private ReflectionUtil |
ComposedValueConverterFactoryImpl.reflectionUtil |
| Modifier and Type | Method and Description |
|---|---|
ReflectionUtil |
ComposedValueConverterFactoryImpl.getReflectionUtil()
This method gets the
ReflectionUtil instance to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComposedValueConverterFactoryImpl.setReflectionUtil(ReflectionUtil reflectionUtil) |
Copyright © 2001–2015 mmm-Team. All rights reserved.