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 class
AbstractClassDescriptor.SimpleAttributeValueMutator
Stores anAttribute
configuration in anLdapAttribute
object.Fields in org.ldaptive.beans with type parameters of type AttributeValueMutator Modifier and Type Field Description private Map<String,AttributeValueMutator>
AbstractClassDescriptor. attributeMutators
Attribute value mutators for this class.Methods in org.ldaptive.beans that return AttributeValueMutator Modifier and Type Method Description AttributeValueMutator
AbstractClassDescriptor. getAttributeValueMutator(String name)
AttributeValueMutator
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 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 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
AbstractAttributeValueMutator
Base implementation of aAttributeValueMutator
.class
FieldAttributeValueMutator
Attribute mutator associated with theField
of an object.class
MethodAttributeValueMutator
Attribute mutator associated with theMethod
of an object.Fields in org.ldaptive.beans.reflect declared as AttributeValueMutator Modifier and Type Field Description private AttributeValueMutator
DefaultDnValueMutator. dnMutator
Mutator for the DN.Methods in org.ldaptive.beans.reflect that return AttributeValueMutator Modifier and Type Method Description 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 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 class
SpelAttributeValueMutator
Attribute mutator that uses a SPEL expression and evaluation context.
-