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, setPrimitive
decodeBinaryValue, encodeBinaryValue
public LongValueTranscoder()
public LongValueTranscoder(boolean b)
b
- whether this transcoder is operating on a primitivepublic Long decodeStringValue(String value)
ValueTranscoder
value
- to decodepublic Class<Long> getType()
ValueTranscoder
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.