public class LongValueTranscoder extends AbstractPrimitiveValueTranscoder<Long>
| Constructor and Description |
|---|
LongValueTranscoder()
Default constructor.
|
LongValueTranscoder(boolean b)
Creates a new long value transcoder.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
decodeStringValue(String value)
Decodes the supplied ldap attribute value into a custom type.
|
Class<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 Long decodeStringValue(String value)
ValueTranscodervalue - to decodepublic Class<Long> getType()
ValueTranscoderCopyright © 2003-2019 Virginia Tech. All Rights Reserved.