org.omnaest.utils.beans.copier
Interface PreparedBeanCopier.CopierFactory

All Superinterfaces:
Serializable
Enclosing class:
PreparedBeanCopier<FROM,TO>

public static interface PreparedBeanCopier.CopierFactory
extends Serializable

Factory for PreparedBeanCopier.CopierFactory.Copier instances

Author:
Omnaest

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

isHandling

boolean isHandling(Class<?> type)
Indicates if the given Class type can be handled

Parameters:
type -
Returns:

newCopier

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

Parameters:
typeFrom -
typeTo -
configuration - PreparedBeanCopier.Configuration
metaDataHandler - PreparedBeanCopier.MetaDataHandler
Returns:


Copyright © 2013. All Rights Reserved.