|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
S
- The source type converters created by this factory can convert fromR
- The target range (or base) type converters created by this factory can convert to;
for example Number
for a set of number subtypes.public interface ConverterFactory<S,R>
A factory for "ranged" converters that can convert objects from S to subtypes of R.
Method Summary | ||
---|---|---|
|
getConverter(Class<T> targetType)
Get the converter to convert from S to target type T, where T is also an instance of R. |
Method Detail |
---|
<T extends R> Converter<S,T> getConverter(Class<T> targetType)
T
- the target typetargetType
- the target type to convert to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |