Uses of Annotation Interface
org.ldaptive.beans.Attribute
Packages that use Attribute
-
Uses of Attribute in org.ldaptive.beans.reflect
Methods in org.ldaptive.beans.reflect with parameters of type AttributeModifier 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. -
Uses of Attribute in org.ldaptive.beans.spring
Fields in org.ldaptive.beans.spring declared as AttributeModifier and TypeFieldDescriptionprivate final Attribute
SpelAttributeValueMutator.attribute
Attribute containing the SPEL expression.Constructors in org.ldaptive.beans.spring with parameters of type AttributeModifierConstructorDescriptionSpelAttributeValueMutator
(Attribute attr, org.springframework.expression.EvaluationContext context) Creates a new spel attribute value mutator.