|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.beans.reflect.TranscoderFactory
public final class TranscoderFactory
Creates value transcoders and stores them in a static map.
| Method Summary | |
|---|---|
protected static org.ldaptive.io.ValueTranscoder<?> |
createValueTranscoder(String type)
Creates a value transcoder for the supplied type. |
static org.ldaptive.io.ValueTranscoder<?> |
getInstance(String type)
Returns a value transcoder for the supplied type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.ldaptive.io.ValueTranscoder<?> getInstance(String type)
type - of value transcoder
protected static org.ldaptive.io.ValueTranscoder<?> createValueTranscoder(String type)
type - to create value transcoder for
IllegalArgumentException - if the supplied type cannot be
instantiated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||