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

Packages that use PojoPropertyAccessorOneArg
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.impl.accessor Contains the implementation of the Introspection-Accessor-API
 

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

Fields in net.sf.mmm.util.cli.base declared as PojoPropertyAccessorOneArg
private  PojoPropertyAccessorOneArg CliParameterContainer.setter
           
 

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

Constructors in net.sf.mmm.util.cli.base with parameters of type PojoPropertyAccessorOneArg
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 PojoPropertyAccessorOneArg in net.sf.mmm.util.pojo.descriptor.impl.accessor
 

Classes in net.sf.mmm.util.pojo.descriptor.impl.accessor that implement PojoPropertyAccessorOneArg
 class PojoPropertyAccessorOneArgMethod
          This is the implementation of the PojoPropertyAccessorOneArg interface for accessing a Method.
 class PojoPropertyAccessorProxyAdd
          This is the implementation of the PojoPropertyAccessorOneArg interface for adding an element using the getter from another accessor returning an array or Collection.
 class PojoPropertyAccessorProxyGetMapped
          This is the implementation of the PojoPropertyAccessorOneArg interface for getting an element from another accessor returning a Map.
 class PojoPropertyAccessorProxyRemove
          This is the implementation of the PojoPropertyAccessorOneArg interface for removing an element using the getter from another accessor returning an array or Collection.
 class PojoPropertyAccessorProxySetByIndex
          This is an implementation of the PojoPropertyAccessorOneArg acting as as a setter that delegates to a indexed-setter using a fixed index.
 class PojoPropertyAccessorProxySetByKey
          This is an implementation of the PojoPropertyAccessorOneArg acting as as a setter that delegates to a mapped-setter using a fixed key.
 class PojoPropertyAccessorSetField
          This is the implementation of the PojoPropertyAccessorOneArg interface for setting a Field.
 

Fields in net.sf.mmm.util.pojo.descriptor.impl.accessor declared as PojoPropertyAccessorOneArg
private  PojoPropertyAccessorOneArg PojoPropertyAccessorProxyRemove.containerSetAccessor
          The according setter to use if array has to be resized.
private  PojoPropertyAccessorOneArg PojoPropertyAccessorProxySetIndexed.containerSetAccessor
          The according setter to use if array has to be resized.
private  PojoPropertyAccessorOneArg PojoPropertyAccessorProxyAdd.containerSetAccessor
          The according setter to use if array has to be resized.
private  PojoPropertyAccessorOneArg PojoPropertyAccessorProxyGetByKey.delegate
           
 

Methods in net.sf.mmm.util.pojo.descriptor.impl.accessor that return PojoPropertyAccessorOneArg
 PojoPropertyAccessorOneArg PojoPropertyAccessorRemoveBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorAddBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorGetMappedBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorSetBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorRemoveBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorAddBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorGetMappedBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorSetBuilder.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.
protected  PojoPropertyAccessorOneArg PojoPropertyAccessorProxyGetByKey.getDelegate()
          This method gets the accessor this proxy delegates to.
 

Constructors in net.sf.mmm.util.pojo.descriptor.impl.accessor with parameters of type PojoPropertyAccessorOneArg
PojoPropertyAccessorProxyAdd(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor, PojoPropertyAccessorOneArg containerSetAccessor)
          The constructor.
PojoPropertyAccessorProxyGetByKey(PojoPropertyAccessorOneArg delegate, Object key)
          The constructor.
PojoPropertyAccessorProxyRemove(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor, PojoPropertyAccessorOneArg containerSetAccessor)
          The constructor.
PojoPropertyAccessorProxySetIndexed(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor, PojoPropertyAccessorOneArg containerSetAccessor)
          The constructor.
 



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