public class ShortValueTranscoder extends AbstractPrimitiveValueTranscoder<Short>
| Constructor and Description |
|---|
ShortValueTranscoder()
Default constructor.
|
ShortValueTranscoder(boolean b)
Creates a new short value transcoder.
|
| Modifier and Type | Method and Description |
|---|---|
Short |
decodeStringValue(String value)
Decodes the supplied ldap attribute value into a custom type.
|
Class<Short> |
getType()
Returns the type produced by this value transcoder.
|
encodeStringValue, isPrimitive, setPrimitivedecodeBinaryValue, encodeBinaryValuepublic ShortValueTranscoder()
public ShortValueTranscoder(boolean b)
b - whether this transcoder is operating on a primitivepublic Short decodeStringValue(String value)
ValueTranscodervalue - to decodepublic Class<Short> getType()
ValueTranscoderCopyright © 2003-2019 Virginia Tech. All Rights Reserved.