Uses of Interface
org.ldaptive.beans.AttributeValueMutator
-
Packages that use AttributeValueMutator Package Description 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 Modifier and Type Class Description protected static classAbstractClassDescriptor.SimpleAttributeValueMutatorStores anAttributeconfiguration in anLdapAttributeobject.Fields in org.ldaptive.beans with type parameters of type AttributeValueMutator Modifier and Type Field Description private Map<String,AttributeValueMutator>AbstractClassDescriptor. attributeMutatorsAttribute value mutators for this class.Methods in org.ldaptive.beans that return AttributeValueMutator Modifier and Type Method Description AttributeValueMutatorAbstractClassDescriptor. getAttributeValueMutator(String name)AttributeValueMutatorClassDescriptor. 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 Modifier and Type Method Description Collection<AttributeValueMutator>AbstractClassDescriptor. getAttributeValueMutators()Collection<AttributeValueMutator>ClassDescriptor. getAttributeValueMutators()Returns the attribute value mutators for this type.Methods in org.ldaptive.beans with parameters of type AttributeValueMutator Modifier and Type Method Description protected voidAbstractClassDescriptor. addAttributeValueMutator(AttributeValueMutator mutator)Adds an attribute value mutator to this class descriptor.protected voidAbstractLdapEntryMapper. mapValue(LdapAttribute attr, T dest, AttributeValueMutator mutator)Sets the supplied attribute values on the destination using the mutator.protected LdapAttributeAbstractLdapEntryMapper. mapValue(T source, AttributeValueMutator mutator)Creates a new ldap attribute using the supplied mutator and source.Method parameters in org.ldaptive.beans with type arguments of type AttributeValueMutator Modifier and Type Method Description protected voidAbstractClassDescriptor. 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 Modifier and Type Class Description classAbstractAttributeValueMutatorBase implementation of aAttributeValueMutator.classFieldAttributeValueMutatorAttribute mutator associated with theFieldof an object.classMethodAttributeValueMutatorAttribute mutator associated with theMethodof an object.Fields in org.ldaptive.beans.reflect declared as AttributeValueMutator Modifier and Type Field Description private AttributeValueMutatorDefaultDnValueMutator. dnMutatorMutator for the DN.Methods in org.ldaptive.beans.reflect that return AttributeValueMutator Modifier and Type Method Description protected AttributeValueMutatorFieldClassDescriptor. createAttributeValueMutator(Field field, Attribute attribute)Returns an attribute value mutator for the supplied field.protected AttributeValueMutatorMethodClassDescriptor. 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 Constructor Description 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 Modifier and Type Class Description classSpelAttributeValueMutatorAttribute mutator that uses a SPEL expression and evaluation context.
-