public class LongValueTranscoder extends AbstractPrimitiveValueTranscoder<java.lang.Long>
| Constructor and Description |
|---|
LongValueTranscoder()
Default constructor.
|
LongValueTranscoder(boolean b)
Creates a new long value transcoder.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
decodeStringValue(java.lang.String value)
Decodes the supplied ldap attribute value into a custom type.
|
java.lang.Class<java.lang.Long> |
getType()
Returns the type produced by this value transcoder.
|
encodeStringValue, isPrimitive, setPrimitivedecodeBinaryValue, encodeBinaryValuepublic LongValueTranscoder()
public LongValueTranscoder(boolean b)
b - whether this transcoder is operating on a primitivepublic java.lang.Long decodeStringValue(java.lang.String value)
ValueTranscodervalue - to decodepublic java.lang.Class<java.lang.Long> getType()
ValueTranscoder