Uses of Interface
org.ldaptive.beans.AttributeValueMutator
Packages that use AttributeValueMutator
-
Uses of AttributeValueMutator in org.ldaptive.beans
Classes in org.ldaptive.beans that implement AttributeValueMutatorModifier and TypeClassDescriptionprotected static class
Stores anAttribute
configuration in anLdapAttribute
object.Fields in org.ldaptive.beans with type parameters of type AttributeValueMutatorModifier and TypeFieldDescriptionprivate final Map
<String, AttributeValueMutator> AbstractClassDescriptor.attributeMutators
Attribute value mutators for this class.Methods in org.ldaptive.beans that return AttributeValueMutatorModifier and TypeMethodDescriptionAbstractClassDescriptor.getAttributeValueMutator
(String name) ClassDescriptor.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 AttributeValueMutatorModifier and TypeMethodDescriptionAbstractClassDescriptor.getAttributeValueMutators()
ClassDescriptor.getAttributeValueMutators()
Returns the attribute value mutators for this type.Methods in org.ldaptive.beans with parameters of type AttributeValueMutatorModifier and TypeMethodDescriptionprotected 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 AttributeValueMutatorModifier and TypeMethodDescriptionprotected 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 AttributeValueMutatorModifier and TypeClassDescriptionclass
Base implementation of aAttributeValueMutator
.class
Attribute mutator associated with theField
of an object.class
Attribute mutator associated with theMethod
of an object.Fields in org.ldaptive.beans.reflect declared as AttributeValueMutatorModifier and TypeFieldDescriptionprivate final AttributeValueMutator
DefaultDnValueMutator.dnMutator
Mutator for the DN.Methods in org.ldaptive.beans.reflect that return AttributeValueMutatorModifier and TypeMethodDescriptionprotected 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 AttributeValueMutatorModifierConstructorDescriptionCreates a new default dn value mutator. -
Uses of AttributeValueMutator in org.ldaptive.beans.spring
Classes in org.ldaptive.beans.spring that implement AttributeValueMutatorModifier and TypeClassDescriptionclass
Attribute mutator that uses a SPEL expression and evaluation context.