|
||||||||||
| 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<Long>
org.ldaptive.io.LongValueTranscoder
public class LongValueTranscoder
Decodes and encodes a long for use in an ldap attribute value.
| Constructor Summary | |
|---|---|
LongValueTranscoder()
Default constructor. |
|
LongValueTranscoder(boolean b)
Creates a new long value transcoder. |
|
| Method Summary | |
|---|---|
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. |
| 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 LongValueTranscoder()
public LongValueTranscoder(boolean b)
b - whether this transcoder is operating on a primitive| Method Detail |
|---|
public Long decodeStringValue(String value)
value - to decode
public Class<Long> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||