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(java.lang.reflect.Field field, Attribute attribute)
Returns an attribute value mutator for the supplied field.protected AttributeValueMutator
MethodClassDescriptor. createAttributeValueMutator(java.beans.PropertyDescriptor desc, Attribute attribute)
Returns an attribute value mutator for the supplied property descriptor. -
Uses of Attribute in org.ldaptive.beans.spring
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.
-