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, setTrimStrings
add, 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public NamedEntityCollectionReflector()
protected Class<?>[] getReflectableClassesImpl() throws Exception
getReflectableClassesImpl
in class net.sf.morph.reflect.reflectors.BaseReflector
Exception
protected boolean isEntity(Object bean, String propertyName) throws Exception
isEntity
in class BaseEntityCollectionReflector
bean
- to inspectpropertyName
- to readException
- on errorprotected Entity getEntity(Object bean, String propertyName) throws Exception
getEntity
in class BaseEntityCollectionReflector
bean
- to readpropertyName
- to readException
- on errorprotected String[] getPropertyNamesImpl(Object bean) throws Exception
getPropertyNamesImpl
in class BaseEntityCollectionReflector
Exception
Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.