public interface ConverterProvider
Modifier and Type | Method and Description |
---|---|
<I,O> Map<ConverterKey<?,?>,Constructor<O>> |
matchFromConstructors(Class<O> cls)
Match constructors that can perform a from operation
|
<I,O> Map<ConverterKey<?,?>,Method> |
matchFromMethods(Class<?> cls)
Match methods that can perform a from operation
|
<I,O> Map<ConverterKey<?,?>,Method> |
matchToMethods(Class<?> cls)
Match methods that can perform a to operation
|
<I,O> Map<ConverterKey<?,?>,Method> matchToMethods(Class<?> cls)
I
- Input typeO
- Output typecls
- The class being inspected<I,O> Map<ConverterKey<?,?>,Constructor<O>> matchFromConstructors(Class<O> cls)
I
- Input typeO
- Output typecls
- The class being inspected<I,O> Map<ConverterKey<?,?>,Method> matchFromMethods(Class<?> cls)
I
- Input typeO
- Output typecls
- The class being inspectedCopyright © 2010–2018 Jadira Systems. All rights reserved.