public class FloatValueTranscoder extends AbstractPrimitiveValueTranscoder<java.lang.Float>
| Constructor and Description |
|---|
FloatValueTranscoder()
Default constructor.
|
FloatValueTranscoder(boolean b)
Creates a new float value transcoder.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
decodeStringValue(java.lang.String value)
Decodes the supplied ldap attribute value into a custom type.
|
java.lang.Class<java.lang.Float> |
getType()
Returns the type produced by this value transcoder.
|
encodeStringValue, isPrimitive, setPrimitivedecodeBinaryValue, encodeBinaryValuepublic FloatValueTranscoder()
public FloatValueTranscoder(boolean b)
b - whether this transcoder is operating on a primitivepublic java.lang.Float decodeStringValue(java.lang.String value)
ValueTranscodervalue - to decodepublic java.lang.Class<java.lang.Float> getType()
ValueTranscoder