Uses of Annotation Type
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 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. -
Uses of Attribute in org.ldaptive.beans.spring
Fields in org.ldaptive.beans.spring declared as AttributeModifier and TypeFieldDescriptionprivate final AttributeSpelAttributeValueMutator.attributeAttribute 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.