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, setPrimitive
decodeBinaryValue, encodeBinaryValue
public DoubleValueTranscoder()
public DoubleValueTranscoder(boolean b)
b
- whether this transcoder is operating on a primitivepublic Double decodeStringValue(String value)
ValueTranscoder
value
- to decodepublic Class<Double> getType()
ValueTranscoder
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.