private Converter |
Registry.create(java.lang.Class type) |
This is used to acquire a Converter instance from
the registry.
|
private Converter |
RegistryBinder.create(java.lang.Class type) |
This is used to acquire a Converter instance from
this binder.
|
private Converter |
ConverterFactory.getConverter(java.lang.Class type) |
This is used to instantiate the converter based on the type
provided.
|
private Converter |
ConverterFactory.getConverter(java.lang.Class type,
java.lang.reflect.Constructor factory) |
This is used to instantiate the converter based on the type
provided.
|
Converter |
ConverterScanner.getConverter(Type type,
java.lang.Object value) |
This method will lookup and instantiate a converter found from
scanning the field or method type provided.
|
Converter |
ConverterScanner.getConverter(Type type,
Value value) |
This method will lookup and instantiate a converter found from
scanning the field or method type provided.
|
Converter |
ConverterFactory.getInstance(java.lang.Class type) |
This is used to instantiate the converter based on the type
provided.
|
Converter |
ConverterFactory.getInstance(Convert convert) |
This is used to instantiate the converter based on the type
of the Convert annotation provided.
|
Converter |
Registry.lookup(java.lang.Class type) |
This is used to acquire a Converter instance from
the registry.
|
Converter |
RegistryBinder.lookup(java.lang.Class type) |
This is used to acquire a Converter instance from
this binder.
|
private Converter |
RegistryStrategy.lookup(Type type,
java.lang.Object value) |
This is used to acquire a Converter instance for
the provided object instance.
|
private Converter |
RegistryStrategy.lookup(Type type,
Value value) |
This is used to acquire a Converter instance for
the provided value object.
|