Uses of Interface
org.ldaptive.transcode.ValueTranscoder
Packages that use ValueTranscoder
Package
Description
-
Uses of ValueTranscoder in org.ldaptive.ad.transcode
Classes in org.ldaptive.ad.transcode that implement ValueTranscoderModifier and TypeClassDescriptionclassDecodes and encodes an active directory delta time value for use in an ldap attribute value.classDecodes and encodes an active directory file time value for use in an ldap attribute value.classDecodes and encodes an active directory unicodePwd value for use in an ldap attribute value. -
Uses of ValueTranscoder in org.ldaptive.beans.reflect
Fields in org.ldaptive.beans.reflect declared as ValueTranscoderModifier and TypeFieldDescriptionprivate final ValueTranscoder<T>SingleValueReflectionTranscoder.valueTranscoderUnderlying value transcoder.Fields in org.ldaptive.beans.reflect with type parameters of type ValueTranscoderModifier and TypeFieldDescriptionprivate static final Map<String,ValueTranscoder<?>> TranscoderFactory.TRANSCODERSValue transcoders.Methods in org.ldaptive.beans.reflect that return ValueTranscoderModifier and TypeMethodDescriptionprivate static ValueTranscoder<?>TranscoderFactory.createValueTranscoder(String type) Creates a value transcoder for the supplied type.static ValueTranscoder<?>TranscoderFactory.getInstance(String type) Returns a value transcoder for the supplied type.Methods in org.ldaptive.beans.reflect with parameters of type ValueTranscoderModifier and TypeMethodDescriptionstatic <T> SingleValueReflectionTranscoder<T>SingleValueReflectionTranscoder.newInstance(ValueTranscoder<T> transcoder) Creates a new single value reflection transcoder.Constructors in org.ldaptive.beans.reflect with parameters of type ValueTranscoderModifierConstructorDescriptionDefaultReflectionTranscoder(Type type, ValueTranscoder<?> transcoder) Creates a new default reflection transcoder.SingleValueReflectionTranscoder(ValueTranscoder<T> transcoder) Creates a new single value reflection transcoder. -
Uses of ValueTranscoder in org.ldaptive.beans.spring
Fields in org.ldaptive.beans.spring declared as ValueTranscoderModifier and TypeFieldDescriptionprivate final ValueTranscoderSpelAttributeValueMutator.transcoderCustom transcoder for this attribute. -
Uses of ValueTranscoder in org.ldaptive.schema.transcode
Classes in org.ldaptive.schema.transcode that implement ValueTranscoderModifier and TypeClassDescriptionclassAbstractSchemaElementValueTranscoder<T extends SchemaElement<?>>Base class for schema element value transcoders.classDecodes and encodes an attribute type for use in an ldap attribute value.classDecodes and encodes a DIT content rule for use in an ldap attribute value.classDecodes and encodes a DIT structure rule for use in an ldap attribute value.classDecodes and encodes a matching rule use for use in an ldap attribute value.classDecodes and encodes a matching rule for use in an ldap attribute value.classDecodes and encodes a name form for use in an ldap attribute value.classDecodes and encodes an object class for use in an ldap attribute value.classDecodes and encodes an attribute syntax for use in an ldap attribute value. -
Uses of ValueTranscoder in org.ldaptive.transcode
Classes in org.ldaptive.transcode that implement ValueTranscoderModifier and TypeClassDescriptionclassValue transcoder which decodes and encodes to a byte array and therefore the string methods simply delegate to the binary methods.classBase class for primitive value transcoders.classValue transcoder which decodes and encodes to a String and therefore the binary methods simply delegate to the string methods.classDecodes and encodes a big integer for use in an ldap attribute value.classDecodes and encodes a boolean for use in an ldap attribute value.classDecodes and encodes a byte array for use in an ldap attribute value.classDecodes and encodes a certificate for use in an ldap attribute value.classDecodes and encodes a character array for use in an ldap attribute value.classDecodes and encodes a double for use in an ldap attribute value.classDecodes and encodes a float for use in an ldap attribute value.classDecodes and encodes a generalized time for use in an ldap attribute value.classDecodes and encodes an integer for use in an ldap attribute value.classDecodes and encodes a long for use in an ldap attribute value.classDecodes and encodes an object for use in an ldap attribute value.classDecodes and encodes a short for use in an ldap attribute value.classDecodes and encodes a string for use in an ldap attribute value.classDecodes and encodes a UUID for use in an ldap attribute value.