Uses of Interface
org.ldaptive.beans.AttributeValueMutator

Packages that use AttributeValueMutator
org.ldaptive.beans   
org.ldaptive.beans.reflect   
org.ldaptive.beans.spring   
 

Uses of AttributeValueMutator in org.ldaptive.beans
 

Classes in org.ldaptive.beans that implement AttributeValueMutator
protected  class AbstractClassDescriptor.SimpleAttributeValueMutator
          Stores an Attribute configuration in an LdapAttribute object.
 

Methods in org.ldaptive.beans that return AttributeValueMutator
 AttributeValueMutator ClassDescriptor.getAttributeValueMutator(String name)
          Returns the attribute value mutator for the attribute with the supplied name.
 AttributeValueMutator AbstractClassDescriptor.getAttributeValueMutator(String name)
          Returns the attribute value mutator for the attribute with the supplied name.
 

Methods in org.ldaptive.beans that return types with arguments of type AttributeValueMutator
 Collection<AttributeValueMutator> ClassDescriptor.getAttributeValueMutators()
          Returns the attribute value mutators for this type.
 Collection<AttributeValueMutator> AbstractClassDescriptor.getAttributeValueMutators()
          Returns the attribute value mutators for this type.
 

Methods in org.ldaptive.beans with parameters of type AttributeValueMutator
protected  void AbstractClassDescriptor.addAttributeValueMutator(AttributeValueMutator mutator)
          Adds an attribute value mutator to this class descriptor.
 

Method parameters in org.ldaptive.beans with type arguments of type AttributeValueMutator
protected  void AbstractClassDescriptor.addAttributeValueMutator(Collection<AttributeValueMutator> mutators)
          Adds attribute value mutators to this class descriptor.
 

Uses of AttributeValueMutator in org.ldaptive.beans.reflect
 

Classes in org.ldaptive.beans.reflect that implement AttributeValueMutator
 class AbstractAttributeValueMutator
          Base implementation of a AttributeValueMutator.
 class FieldAttributeValueMutator
          Attribute mutator associated with the Field of an object.
 class MethodAttributeValueMutator
          Attribute mutator associated with the Method of an object.
 

Methods in org.ldaptive.beans.reflect that return AttributeValueMutator
protected  AttributeValueMutator FieldClassDescriptor.createAttributeValueMutator(Field field, Attribute attribute)
          Returns an attribute value mutator for the supplied field.
protected  AttributeValueMutator MethodClassDescriptor.createAttributeValueMutator(PropertyDescriptor desc, Attribute attribute)
          Returns an attribute value mutator for the supplied property descriptor.
 

Constructors in org.ldaptive.beans.reflect with parameters of type AttributeValueMutator
DefaultDnValueMutator(AttributeValueMutator mutator)
          Creates a new default dn value mutator.
 

Uses of AttributeValueMutator in org.ldaptive.beans.spring
 

Classes in org.ldaptive.beans.spring that implement AttributeValueMutator
 class SpelAttributeValueMutator
          Attribute mutator that uses a SPEL expression and evaluation context.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.