|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.io.AbstractStringValueTranscoder<T>
org.ldaptive.io.AbstractPrimitiveValueTranscoder<Short>
org.ldaptive.io.ShortValueTranscoder
public class ShortValueTranscoder
Decodes and encodes a short for use in an ldap attribute value.
| Constructor Summary | |
|---|---|
ShortValueTranscoder()
Default constructor. |
|
ShortValueTranscoder(boolean b)
Creates a new short value transcoder. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.ldaptive.io.AbstractPrimitiveValueTranscoder |
|---|
encodeStringValue, isPrimitive, setPrimitive |
| Methods inherited from class org.ldaptive.io.AbstractStringValueTranscoder |
|---|
decodeBinaryValue, encodeBinaryValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShortValueTranscoder()
public ShortValueTranscoder(boolean b)
b - whether this transcoder is operating on a primitive| Method Detail |
|---|
public Short decodeStringValue(String value)
value - to decode
public Class<Short> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||