public class SyntaxValueTranscoder extends AbstractSchemaElementValueTranscoder<Syntax>
| Constructor and Description |
|---|
SyntaxValueTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
Syntax |
decodeStringValue(java.lang.String value)
Decodes the supplied ldap attribute value into a custom type.
|
java.lang.Class<Syntax> |
getType()
Returns the type produced by this value transcoder.
|
encodeStringValuedecodeBinaryValue, encodeBinaryValuepublic Syntax decodeStringValue(java.lang.String value)
ValueTranscodervalue - to decodepublic java.lang.Class<Syntax> getType()
ValueTranscoder