Uses of Interface
net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArg

Packages that use PojoPropertyAccessorNonArg
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.pojo.descriptor.base.accessor Contains the basic implementation of the Introspection-Accessor-API
net.sf.mmm.util.pojo.descriptor.impl.accessor Contains the implementation of the Introspection-Accessor-API
 

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

Fields in net.sf.mmm.util.cli.base declared as PojoPropertyAccessorNonArg
private  PojoPropertyAccessorNonArg CliParameterContainer.getter
           
 

Methods in net.sf.mmm.util.cli.base that return PojoPropertyAccessorNonArg
 PojoPropertyAccessorNonArg CliParameterContainer.getGetter()
          This method gets the accessor used to get the value of the according option or argument.
 

Constructors in net.sf.mmm.util.cli.base with parameters of type PojoPropertyAccessorNonArg
CliArgumentContainer(CliArgument argument, PojoPropertyAccessorOneArg setter, PojoPropertyAccessorNonArg getter, ValueValidator validator)
          The constructor.
CliOptionContainer(CliOption option, PojoPropertyAccessorOneArg setter, PojoPropertyAccessorNonArg getter, ValueValidator validator)
          The constructor.
CliParameterContainer(PojoPropertyAccessorOneArg setter, PojoPropertyAccessorNonArg getter, ValueValidator validator)
          The constructor.
 

Uses of PojoPropertyAccessorNonArg in net.sf.mmm.util.pojo.descriptor.base.accessor
 

Fields in net.sf.mmm.util.pojo.descriptor.base.accessor declared as PojoPropertyAccessorNonArg
private  PojoPropertyAccessorNonArg AbstractPojoPropertyAccessorProxyAdapter.containerGetAccessor
           
 

Methods in net.sf.mmm.util.pojo.descriptor.base.accessor that return PojoPropertyAccessorNonArg
protected  PojoPropertyAccessorNonArg AbstractPojoPropertyAccessorProxyAdapter.getDelegate()
          This method gets the accessor this proxy delegates to.
 

Constructors in net.sf.mmm.util.pojo.descriptor.base.accessor with parameters of type PojoPropertyAccessorNonArg
AbstractPojoPropertyAccessorProxyAdapter(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor)
          The constructor.
AbstractPojoPropertyAccessorProxyAdapterComponentType(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor)
          The constructor.
 

Uses of PojoPropertyAccessorNonArg in net.sf.mmm.util.pojo.descriptor.impl.accessor
 

Classes in net.sf.mmm.util.pojo.descriptor.impl.accessor that implement PojoPropertyAccessorNonArg
 class PojoPropertyAccessorGetField
          This is the implementation of the PojoPropertyAccessorNonArg interface for getting a Field.
 class PojoPropertyAccessorNonArgMethod
          This is the implementation of the PojoPropertyAccessorNonArg interface for accessing a Method.
 class PojoPropertyAccessorProxyGetByIndex
          This is an implementation of the PojoPropertyAccessorNonArg acting as as a getter that delegates to a indexed-getter using a fixed index.
 class PojoPropertyAccessorProxyGetByKey
          This is an implementation of the PojoPropertyAccessorNonArg acting as as a getter that delegates to a mapped-getter using a fixed key.
 class PojoPropertyAccessorProxyGetSize
          This is the implementation of the PojoPropertyAccessorNonArg interface for getting the size of an array, List or Map from another accessor.
 

Methods in net.sf.mmm.util.pojo.descriptor.impl.accessor that return PojoPropertyAccessorNonArg
 PojoPropertyAccessorNonArg PojoPropertyAccessorGetBuilder.create(Field field, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies)
          This method creates the accessor for the given field if that field is suitable for this builder (e.g.
 PojoPropertyAccessorNonArg PojoPropertyAccessorSizeBuilder.create(Field field, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies)
          This method creates the accessor for the given field if that field is suitable for this builder (e.g.
 PojoPropertyAccessorNonArg PojoPropertyAccessorGetBuilder.create(Method method, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies)
          This method creates the accessor for the given method if that method is suitable for this builder (e.g.
 PojoPropertyAccessorNonArg PojoPropertyAccessorSizeBuilder.create(Method method, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies)
          This method creates the accessor for the given method if that method is suitable for this builder (e.g.
 

Constructors in net.sf.mmm.util.pojo.descriptor.impl.accessor with parameters of type PojoPropertyAccessorNonArg
PojoPropertyAccessorProxyAdd(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor, PojoPropertyAccessorOneArg containerSetAccessor)
          The constructor.
PojoPropertyAccessorProxyGetIndexed(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor)
          The constructor.
PojoPropertyAccessorProxyGetMapped(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg mapGetAccessor)
          The constructor.
PojoPropertyAccessorProxyGetSize(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor)
          The constructor.
PojoPropertyAccessorProxyRemove(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor, PojoPropertyAccessorOneArg containerSetAccessor)
          The constructor.
PojoPropertyAccessorProxySetIndexed(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor, PojoPropertyAccessorOneArg containerSetAccessor)
          The constructor.
PojoPropertyAccessorProxySetMapped(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg mapGetAccessor)
          The constructor.
 



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