Uses of Interface
net.sf.mmm.util.reflect.api.ReflectionUtil

Packages that use ReflectionUtil
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
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.value.base Contains the base-implementations of the value API
 

Uses of ReflectionUtil in net.sf.mmm.util.cli.base
 

Fields in net.sf.mmm.util.cli.base declared as ReflectionUtil
private  ReflectionUtil AbstractCliParserBuilder.reflectionUtil
           
private  ReflectionUtil CliState.reflectionUtil
           
 

Methods in net.sf.mmm.util.cli.base that return ReflectionUtil
 ReflectionUtil AbstractCliParserBuilder.getReflectionUtil()
          
 ReflectionUtil CliParserDependencies.getReflectionUtil()
           
protected  ReflectionUtil CliState.getReflectionUtil()
           
 

Methods in net.sf.mmm.util.cli.base with parameters of type ReflectionUtil
 void AbstractCliParserBuilder.setReflectionUtil(ReflectionUtil reflectionUtil)
           
 

Constructors in net.sf.mmm.util.cli.base with parameters of type ReflectionUtil
CliState(Class<?> stateClass, PojoDescriptorBuilderFactory descriptorBuilderFactory, org.slf4j.Logger logger, ReflectionUtil reflectionUtil, AnnotationUtil annotationUtil)
          The constructor.
 

Uses of ReflectionUtil in net.sf.mmm.util.nls.impl
 

Fields in net.sf.mmm.util.nls.impl declared as ReflectionUtil
private  ReflectionUtil DefaultNlsTemplateResolver.reflectionUtil
           
 

Methods in net.sf.mmm.util.nls.impl that return ReflectionUtil
 ReflectionUtil DefaultNlsTemplateResolver.getReflectionUtil()
           
 

Methods in net.sf.mmm.util.nls.impl with parameters of type ReflectionUtil
 void DefaultNlsTemplateResolver.setReflectionUtil(ReflectionUtil reflectionUtil)
           
 

Uses of ReflectionUtil in net.sf.mmm.util.nls.impl.formatter
 

Fields in net.sf.mmm.util.nls.impl.formatter declared as ReflectionUtil
private  ReflectionUtil NlsFormatterType.reflectionUtil
           
 

Methods in net.sf.mmm.util.nls.impl.formatter that return ReflectionUtil
protected  ReflectionUtil NlsFormatterType.getReflectionUtil()
           
 

Methods in net.sf.mmm.util.nls.impl.formatter with parameters of type ReflectionUtil
 void NlsFormatterType.setReflectionUtil(ReflectionUtil reflectionUtil)
           
 

Uses of ReflectionUtil in net.sf.mmm.util.pojo.descriptor.base
 

Fields in net.sf.mmm.util.pojo.descriptor.base declared as ReflectionUtil
private  ReflectionUtil PojoDescriptorDependenciesImpl.reflectionUtil
           
 

Methods in net.sf.mmm.util.pojo.descriptor.base that return ReflectionUtil
 ReflectionUtil PojoDescriptorDependenciesImpl.getReflectionUtil()
          This method gets the ReflectionUtil instance to use.
 ReflectionUtil PojoDescriptorDependencies.getReflectionUtil()
          This method gets the ReflectionUtil instance to use.
 

Methods in net.sf.mmm.util.pojo.descriptor.base with parameters of type ReflectionUtil
 void PojoDescriptorDependenciesImpl.setReflectionUtil(ReflectionUtil reflectionUtil)
           
 

Uses of ReflectionUtil in net.sf.mmm.util.pojo.path.base
 

Fields in net.sf.mmm.util.pojo.path.base declared as ReflectionUtil
private  ReflectionUtil AbstractPojoPathNavigator.reflectionUtil
           
 

Methods in net.sf.mmm.util.pojo.path.base that return ReflectionUtil
 ReflectionUtil AbstractPojoPathNavigator.getReflectionUtil()
          This method gets the ReflectionUtil instance to use.
 

Methods in net.sf.mmm.util.pojo.path.base with parameters of type ReflectionUtil
 void AbstractPojoPathNavigator.setReflectionUtil(ReflectionUtil reflectionUtil)
           
 

Uses of ReflectionUtil in net.sf.mmm.util.reflect.base
 

Classes in net.sf.mmm.util.reflect.base that implement ReflectionUtil
 class ReflectionUtilImpl
          This class is a collection of utility functions for dealing with reflection.
 

Fields in net.sf.mmm.util.reflect.base declared as ReflectionUtil
private static ReflectionUtil ReflectionUtilImpl.instance
           
private  ReflectionUtil AnnotationUtilImpl.reflectionUtil
           
 

Methods in net.sf.mmm.util.reflect.base that return ReflectionUtil
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.
 

Methods in net.sf.mmm.util.reflect.base with parameters of type ReflectionUtil
 void AnnotationUtilImpl.setReflectionUtil(ReflectionUtil reflectionUtil)
           
 

Uses of ReflectionUtil in net.sf.mmm.util.value.base
 

Fields in net.sf.mmm.util.value.base declared as ReflectionUtil
private  ReflectionUtil AbstractValueConverter.reflectionUtil
           
private  ReflectionUtil AbstractComposedValueConverter.reflectionUtil
           
 

Methods in net.sf.mmm.util.value.base that return ReflectionUtil
 ReflectionUtil AbstractValueConverter.getReflectionUtil()
          This method gets the ReflectionUtilImpl instance to use.
 ReflectionUtil AbstractComposedValueConverter.getReflectionUtil()
          This method gets the ReflectionUtilImpl instance to use.
 

Methods in net.sf.mmm.util.value.base with parameters of type ReflectionUtil
 void AbstractValueConverter.setReflectionUtil(ReflectionUtil reflectionUtil)
           
 void AbstractComposedValueConverter.setReflectionUtil(ReflectionUtil reflectionUtil)
           
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.