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