Package org.ldaptive.schema.transcode
Class ObjectClassValueTranscoder
java.lang.Object
org.ldaptive.transcode.AbstractStringValueTranscoder<T>
org.ldaptive.schema.transcode.AbstractSchemaElementValueTranscoder<ObjectClass>
org.ldaptive.schema.transcode.ObjectClassValueTranscoder
- All Implemented Interfaces:
ValueTranscoder<ObjectClass>
Decodes and encodes an object class for use in an ldap attribute value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeStringValue(String value) Decodes the supplied ldap attribute value into a custom type.getType()Returns the type produced by this value transcoder.Methods inherited from class org.ldaptive.schema.transcode.AbstractSchemaElementValueTranscoder
encodeStringValueMethods inherited from class org.ldaptive.transcode.AbstractStringValueTranscoder
decodeBinaryValue, encodeBinaryValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ldaptive.transcode.ValueTranscoder
decoder, encoder
-
Constructor Details
-
ObjectClassValueTranscoder
public ObjectClassValueTranscoder()
-
-
Method Details
-
decodeStringValue
Description copied from interface:ValueTranscoderDecodes the supplied ldap attribute value into a custom type.- Parameters:
value- to decode- Returns:
- decoded value
-
getType
Description copied from interface:ValueTranscoderReturns the type produced by this value transcoder.- Returns:
- type produced by this value transcoder
-