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 classStores anAttributeconfiguration in anLdapAttributeobject.Fields in org.ldaptive.beans with type parameters of type AttributeValueMutatorModifier and TypeFieldDescriptionprivate final Map<String,AttributeValueMutator> AbstractClassDescriptor.attributeMutatorsAttribute 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 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 AttributeValueMutatorModifier and TypeMethodDescriptionprotected 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 AttributeValueMutatorModifier and TypeClassDescriptionclassBase implementation of aAttributeValueMutator.classAttribute mutator associated with theFieldof an object.classAttribute mutator associated with theMethodof an object.Fields in org.ldaptive.beans.reflect declared as AttributeValueMutatorModifier and TypeFieldDescriptionprivate final AttributeValueMutatorDefaultDnValueMutator.dnMutatorMutator for the DN.Methods in org.ldaptive.beans.reflect that return AttributeValueMutatorModifier and TypeMethodDescriptionprotected 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 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 TypeClassDescriptionclassAttribute mutator that uses a SPEL expression and evaluation context.