|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Decode the attribute value to an object of this type.@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=true) public interface AttributeValueDecoder<T>
A factory interface for decoding attribute values into objects.
Method Summary | |
---|---|
T |
decode(AttributeValue value)
Decode the specified attribute value to an object of type T. |
Method Detail |
---|
T decode(AttributeValue value) throws DirectoryException
value
- The attribute value.
DirectoryException
- If the value could not be decoded successfully.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |