Uses of Class
net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode

Packages that use PojoPropertyAccessorMode
net.sf.mmm.util.pojo.descriptor.api Provides the API for introspection of Pojos. 
net.sf.mmm.util.pojo.descriptor.api.accessor Provides the accessors of the API for introspection of Pojos. 
net.sf.mmm.util.pojo.descriptor.base Contains the basic implementation of the Introspection-API
net.sf.mmm.util.pojo.descriptor.base.accessor Contains the basic implementation of the Introspection-Accessor-API
net.sf.mmm.util.pojo.descriptor.impl Contains the implementation of the Introspection-API
 

Uses of PojoPropertyAccessorMode in net.sf.mmm.util.pojo.descriptor.api
 

Methods in net.sf.mmm.util.pojo.descriptor.api with parameters of type PojoPropertyAccessorMode
<ACCESSOR extends PojoPropertyAccessor>
ACCESSOR
PojoPropertyDescriptor.getAccessor(PojoPropertyAccessorMode<ACCESSOR> mode)
          This method gets the accessor to access the represented property in the way given by mode.
<ACCESSOR extends PojoPropertyAccessor>
ACCESSOR
PojoDescriptor.getAccessor(String property, PojoPropertyAccessorMode<ACCESSOR> mode)
          This method gets the accessor for the property with the given propertyName and for the given access mode.
<ACCESSOR extends PojoPropertyAccessor>
ACCESSOR
PojoDescriptor.getAccessor(String property, PojoPropertyAccessorMode<ACCESSOR> mode, boolean required)
          This method gets the accessor for the given mode from the descriptor with the given propertyName .
 

Constructors in net.sf.mmm.util.pojo.descriptor.api with parameters of type PojoPropertyAccessorMode
PojoPropertyNotFoundException(Class<?> pojoType, String propertyName, PojoPropertyAccessorMode<?> mode)
          The constructor.
 

Uses of PojoPropertyAccessorMode in net.sf.mmm.util.pojo.descriptor.api.accessor
 

Subclasses of PojoPropertyAccessorMode in net.sf.mmm.util.pojo.descriptor.api.accessor
 class PojoPropertyAccessorIndexedNonArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
 class PojoPropertyAccessorIndexedOneArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
 class PojoPropertyAccessorNonArgMode
          An instance of this class represents a specific accessor-mode for a non-arg accessor of a property.
 class PojoPropertyAccessorOneArgMode
          An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
 class PojoPropertyAccessorTwoArgMode
          An instance of this class represents a specific accessor-mode for a two-arg accessor of a property.
 

Methods in net.sf.mmm.util.pojo.descriptor.api.accessor that return PojoPropertyAccessorMode
 PojoPropertyAccessorMode<? extends PojoPropertyAccessor> PojoPropertyAccessor.getMode()
          This method gets the mode of this accessor.
 

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

Methods in net.sf.mmm.util.pojo.descriptor.base with parameters of type PojoPropertyAccessorMode
<ACCESSOR extends PojoPropertyAccessor>
ACCESSOR
AbstractPojoDescriptor.getAccessor(String property, PojoPropertyAccessorMode<ACCESSOR> mode)
          This method gets the accessor for the property with the given propertyName and for the given access mode.
 

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

Methods in net.sf.mmm.util.pojo.descriptor.base.accessor that return PojoPropertyAccessorMode
 PojoPropertyAccessorMode<? extends PojoPropertyAccessor> AbstractPojoPropertyAccessorProxy.getMode()
          This method gets the mode of this accessor.
 PojoPropertyAccessorMode<ACCESSOR> PojoPropertyAccessorBuilder.getMode()
          This method gets the mode of this builder.
 

Uses of PojoPropertyAccessorMode in net.sf.mmm.util.pojo.descriptor.impl
 

Fields in net.sf.mmm.util.pojo.descriptor.impl with type parameters of type PojoPropertyAccessorMode
private  Map<PojoPropertyAccessorMode<?>,PojoPropertyAccessor> PojoPropertyDescriptorImpl.accessorMap
           
 

Methods in net.sf.mmm.util.pojo.descriptor.impl with parameters of type PojoPropertyAccessorMode
<ACCESSOR extends PojoPropertyAccessor>
ACCESSOR
PojoPropertyDescriptorImpl.getAccessor(PojoPropertyAccessorMode<ACCESSOR> mode)
          This method gets the accessor to access the represented property in the way given by mode.
<ACCESSOR extends PojoPropertyAccessor>
ACCESSOR
PojoDescriptorImpl.getAccessor(String property, PojoPropertyAccessorMode<ACCESSOR> mode, boolean required)
          This method gets the accessor for the given mode from the descriptor with the given propertyName .
 



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