Package | Description |
---|---|
org.ldaptive.beans | |
org.ldaptive.beans.reflect | |
org.ldaptive.beans.spring |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractClassDescriptor.SimpleAttributeValueMutator
Stores an
Attribute configuration in an LdapAttribute object. |
Modifier and Type | Field and Description |
---|---|
private Map<String,AttributeValueMutator> |
AbstractClassDescriptor.attributeMutators
Attribute value mutators for this class.
|
Modifier and Type | Method and Description |
---|---|
AttributeValueMutator |
AbstractClassDescriptor.getAttributeValueMutator(String name) |
AttributeValueMutator |
ClassDescriptor.getAttributeValueMutator(String name)
Returns the attribute value mutator for the attribute with the supplied name.
|
Modifier and Type | Method and Description |
---|---|
Collection<AttributeValueMutator> |
AbstractClassDescriptor.getAttributeValueMutators() |
Collection<AttributeValueMutator> |
ClassDescriptor.getAttributeValueMutators()
Returns the attribute value mutators for this type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractClassDescriptor.addAttributeValueMutator(AttributeValueMutator mutator)
Adds an attribute value mutator to this class descriptor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractClassDescriptor.addAttributeValueMutator(Collection<AttributeValueMutator> mutators)
Adds attribute value mutators to this class descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttributeValueMutator
Base implementation of a
AttributeValueMutator . |
class |
FieldAttributeValueMutator
Attribute mutator associated with the
Field of an object. |
class |
MethodAttributeValueMutator
Attribute mutator associated with the
Method of an object. |
Modifier and Type | Field and Description |
---|---|
private AttributeValueMutator |
DefaultDnValueMutator.dnMutator
Mutator for the DN.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
DefaultDnValueMutator(AttributeValueMutator mutator)
Creates a new default dn value mutator.
|
Modifier and Type | Class and Description |
---|---|
class |
SpelAttributeValueMutator
Attribute mutator that uses a SPEL expression and evaluation context.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.