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

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

public static interface PreparedBeanCopier.InstanceFactoryCreator
extends Serializable


Nested Class Summary
static interface PreparedBeanCopier.InstanceFactoryCreator.InstanceFactory
           
 
Method Summary
 boolean isHandling(Class<?> type)
          Returns true if the given Class type can be handled
 PreparedBeanCopier.InstanceFactoryCreator.InstanceFactory newInstanceFactory(Class<?> type)
          Returns a new PreparedBeanCopier.InstanceFactoryCreator.InstanceFactory for the given Class type
 

Method Detail

isHandling

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

Parameters:
type -
Returns:

newInstanceFactory

PreparedBeanCopier.InstanceFactoryCreator.InstanceFactory newInstanceFactory(Class<?> type)
Returns a new PreparedBeanCopier.InstanceFactoryCreator.InstanceFactory for the given Class type

Parameters:
type -
Returns:


Copyright © 2013. All Rights Reserved.