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