public class NamedEntityCollectionReflector extends BaseEntityCollectionReflector implements net.sf.morph.reflect.BeanReflector
TYPE_OVERRIDE| Constructor and Description |
|---|
NamedEntityCollectionReflector() |
| Modifier and Type | Method and Description |
|---|---|
protected Entity |
getEntity(Object bean,
String propertyName)
Get the named child entity.
|
protected String[] |
getPropertyNamesImpl(Object bean) |
protected Class<?>[] |
getReflectableClassesImpl() |
protected boolean |
isEntity(Object bean,
String propertyName)
Learn whether the specified property refers to an Entity child.
|
getContainedTypeImpl, getEntity, getImpl, getImpl, getIteratorImpl, getSizeImpl, getToTextConverter, getTypeImpl, isReadableImpl, isTrimStrings, isWriteableImpl, setEntityValue, setImpl, setImpl, setToTextConverter, setTrimStringsadd, addImpl, checkIndex, checkIsReflectable, createWrapperInvocationHandler, get, get, getContainedType, getIterator, getPropertyNames, getReflectableCallCache, getReflectableClasses, getReflectorName, getSize, getType, getWrapper, getWrapperImpl, initialize, initializeImpl, isCachingIsReflectableCalls, isInitialized, isPerformingLogging, isReadable, isReflectable, isReflectable, isReflectableImpl, isReflectableImpl, isStrictlyTyped, isValidIndex, isWrappingRuntimeExceptions, isWriteable, newInstance, newInstanceImpl, newInstanceImpl, set, set, setCachingIsReflectableCalls, setInitialized, setReflectableCallCache, setReflectorName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic NamedEntityCollectionReflector()
protected Class<?>[] getReflectableClassesImpl() throws Exception
getReflectableClassesImpl in class net.sf.morph.reflect.reflectors.BaseReflectorExceptionprotected boolean isEntity(Object bean, String propertyName) throws Exception
isEntity in class BaseEntityCollectionReflectorbean - to inspectpropertyName - to readException - on errorprotected Entity getEntity(Object bean, String propertyName) throws Exception
getEntity in class BaseEntityCollectionReflectorbean - to readpropertyName - to readException - on errorprotected String[] getPropertyNamesImpl(Object bean) throws Exception
getPropertyNamesImpl in class BaseEntityCollectionReflectorExceptionCopyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.