public class FloatValueTranscoder extends AbstractPrimitiveValueTranscoder<Float>
| Constructor and Description |
|---|
FloatValueTranscoder()
Default constructor.
|
FloatValueTranscoder(boolean b)
Creates a new float value transcoder.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
encodeStringValue, isPrimitive, setPrimitivedecodeBinaryValue, encodeBinaryValuepublic FloatValueTranscoder()
public FloatValueTranscoder(boolean b)
b - whether this transcoder is operating on a primitivepublic Float decodeStringValue(String value)
ValueTranscodervalue - to decodepublic Class<Float> getType()
ValueTranscoderCopyright © 2003-2019 Virginia Tech. All Rights Reserved.