public class ShortValueTranscoder extends AbstractPrimitiveValueTranscoder<java.lang.Short>
| Constructor and Description |
|---|
ShortValueTranscoder()
Default constructor.
|
ShortValueTranscoder(boolean b)
Creates a new short value transcoder.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Short |
decodeStringValue(java.lang.String value)
Decodes the supplied ldap attribute value into a custom type.
|
java.lang.Class<java.lang.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 java.lang.Short decodeStringValue(java.lang.String value)
ValueTranscodervalue - to decodepublic java.lang.Class<java.lang.Short> getType()
ValueTranscoder