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