|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.beans.reflect.AbstractAttributeValueMutator
public abstract class AbstractAttributeValueMutator
Base implementation of a AttributeValueMutator. Uses a ReflectionTranscoder for mutating values.
| Field Summary | |
|---|---|
protected org.slf4j.Logger |
logger
Logger for this class. |
| Constructor Summary | |
|---|---|
AbstractAttributeValueMutator(String name,
boolean binary,
org.ldaptive.SortBehavior sortBehavior,
ReflectionTranscoder transcoder)
Creates a new abstract attribute value mutator. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the attribute. |
protected ReflectionTranscoder |
getReflectionTranscoder()
Returns the reflection transcoder. |
org.ldaptive.SortBehavior |
getSortBehavior()
Returns the sort behavior of the attribute. |
boolean |
isBinary()
Returns whether the attribute is binary. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ldaptive.beans.AttributeValueMutator |
|---|
getBinaryValues, getStringValues, setBinaryValues, setStringValues |
| Field Detail |
|---|
protected final org.slf4j.Logger logger
| Constructor Detail |
|---|
public AbstractAttributeValueMutator(String name,
boolean binary,
org.ldaptive.SortBehavior sortBehavior,
ReflectionTranscoder transcoder)
name - of the attributebinary - whether this attribute is binarysortBehavior - how to sort this attributetranscoder - for mutating the attribute| Method Detail |
|---|
public String getName()
getName in interface AttributeValueMutatorpublic boolean isBinary()
isBinary in interface AttributeValueMutatorpublic org.ldaptive.SortBehavior getSortBehavior()
getSortBehavior in interface AttributeValueMutatorprotected ReflectionTranscoder getReflectionTranscoder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||