public class EntityInstantiatingReflector extends net.sf.morph.reflect.reflectors.BaseReflector implements net.sf.morph.reflect.InstantiatingReflector
Constructor and Description |
---|
EntityInstantiatingReflector()
Create a new EntityInstantiatingReflector.
|
EntityInstantiatingReflector(EntityFactory entityFactory)
Create a new EntityInstantiatingReflector.
|
Modifier and Type | Method and Description |
---|---|
EntityFactory |
getEntityFactory()
Get the entityFactory.
|
protected Class<?>[] |
getReflectableClassesImpl() |
protected Object |
newInstanceImpl(Class destType,
Object source) |
void |
setEntityFactory(EntityFactory entityFactory)
Set the entityFactory.
|
add, addImpl, checkIndex, checkIsReflectable, createWrapperInvocationHandler, get, get, getContainedType, getContainedTypeImpl, getImpl, getImpl, getIterator, getIteratorImpl, getPropertyNames, getPropertyNamesImpl, getReflectableCallCache, getReflectableClasses, getReflectorName, getSize, getSizeImpl, getType, getTypeImpl, getWrapper, getWrapperImpl, initialize, initializeImpl, isCachingIsReflectableCalls, isInitialized, isPerformingLogging, isReadable, isReadableImpl, isReflectable, isReflectable, isReflectableImpl, isReflectableImpl, isStrictlyTyped, isValidIndex, isWrappingRuntimeExceptions, isWriteable, isWriteableImpl, newInstance, newInstanceImpl, set, set, setCachingIsReflectableCalls, setImpl, setImpl, setInitialized, setReflectableCallCache, setReflectorName, toString
public EntityInstantiatingReflector()
public EntityInstantiatingReflector(EntityFactory entityFactory)
entityFactory
- to useprotected Class<?>[] getReflectableClassesImpl() throws Exception
getReflectableClassesImpl
in class net.sf.morph.reflect.reflectors.BaseReflector
Exception
public EntityFactory getEntityFactory()
public void setEntityFactory(EntityFactory entityFactory)
entityFactory
- The EntityFactory entityFactory to set.Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.