Uses of Class
org.ldaptive.beans.Attribute
-
Packages that use Attribute Package Description org.ldaptive.beans org.ldaptive.beans.reflect org.ldaptive.beans.spring -
-
Uses of Attribute in org.ldaptive.beans
Methods in org.ldaptive.beans that return Attribute Modifier and Type Method Description Attribute[]
attributes()
Entry attributes. -
Uses of Attribute in org.ldaptive.beans.reflect
Methods in org.ldaptive.beans.reflect with parameters of type Attribute 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. -
Uses of Attribute in org.ldaptive.beans.spring
Fields in org.ldaptive.beans.spring declared as Attribute Modifier and Type Field Description private Attribute
SpelAttributeValueMutator. attribute
Attribute containing the SPEL expression.Constructors in org.ldaptive.beans.spring with parameters of type Attribute Constructor Description SpelAttributeValueMutator(Attribute attr, org.springframework.expression.EvaluationContext context)
Creates a new spel attribute value mutator.
-