|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PreparedBeanCopier.CopierFactory
Factory for PreparedBeanCopier.CopierFactory.Copier instances
| Nested Class Summary | |
|---|---|
static interface |
PreparedBeanCopier.CopierFactory.Copier
|
| Method Summary | |
|---|---|
boolean |
isHandling(Class<?> type)
Indicates if the given Class type can be handled |
PreparedBeanCopier.CopierFactory.Copier |
newCopier(Class<?> typeFrom,
Class<?> typeTo,
PreparedBeanCopier.Configuration configuration,
PreparedBeanCopier.MetaDataHandler metaDataHandler)
Returns a new PreparedBeanCopier.CopierFactory.Copier instance for the given Class type |
| Method Detail |
|---|
boolean isHandling(Class<?> type)
Class type can be handled
type -
PreparedBeanCopier.CopierFactory.Copier newCopier(Class<?> typeFrom,
Class<?> typeTo,
PreparedBeanCopier.Configuration configuration,
PreparedBeanCopier.MetaDataHandler metaDataHandler)
PreparedBeanCopier.CopierFactory.Copier instance for the given Class type
typeFrom - typeTo - configuration - PreparedBeanCopier.ConfigurationmetaDataHandler - PreparedBeanCopier.MetaDataHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||