public class DoubleValueTranscoder extends AbstractPrimitiveValueTranscoder<Double>
| Constructor and Description |
|---|
DoubleValueTranscoder()
Default constructor.
|
DoubleValueTranscoder(boolean b)
Creates a new double value transcoder.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
decodeStringValue(String value)
Decodes the supplied ldap attribute value into a custom type.
|
Class<Double> |
getType()
Returns the type produced by this value transcoder.
|
encodeStringValue, isPrimitive, setPrimitivedecodeBinaryValue, encodeBinaryValuepublic DoubleValueTranscoder()
public DoubleValueTranscoder(boolean b)
b - whether this transcoder is operating on a primitivepublic Double decodeStringValue(String value)
ValueTranscodervalue - to decodepublic Class<Double> getType()
ValueTranscoderCopyright © 2003-2019 Virginia Tech. All Rights Reserved.