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