public abstract class DynamicPropertyGetterByMethodBase extends Object implements BeanEventPropertyGetter
Modifier and Type | Field and Description |
---|---|
protected BeanEventTypeFactory |
beanEventTypeFactory |
protected CopyOnWriteArrayList<DynamicPropertyDescriptorByMethod> |
cache |
protected EventBeanTypedEventFactory |
eventBeanTypedEventFactory |
protected CodegenFieldSharable |
sharableCode |
EPTYPE, EPTYPEARRAY
Constructor and Description |
---|
DynamicPropertyGetterByMethodBase(EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
underlyingExistsCodegen
isExistsProperty
protected final EventBeanTypedEventFactory eventBeanTypedEventFactory
protected final BeanEventTypeFactory beanEventTypeFactory
protected final CopyOnWriteArrayList<DynamicPropertyDescriptorByMethod> cache
protected final CodegenFieldSharable sharableCode
public DynamicPropertyGetterByMethodBase(EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory)
protected abstract Method determineMethod(Class clazz)
clazz
- to search for a matching methodprotected abstract CodegenExpression determineMethodCodegen(CodegenExpressionRef clazz, CodegenMethodScope parent, CodegenClassScope codegenClassScope)
protected abstract Object call(DynamicPropertyDescriptorByMethod descriptor, Object underlying)
descriptor
- provides method information for the classunderlying
- is the underlying object to ask for the property valueprotected abstract CodegenExpression callCodegen(CodegenExpressionRef desc, CodegenExpressionRef object, CodegenMethodScope parent, CodegenClassScope codegenClassScope)
public static Object cacheAndCall(CopyOnWriteArrayList<DynamicPropertyDescriptorByMethod> cache, DynamicPropertyGetterByMethodBase getter, Object object, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory)
cache
- cachegetter
- getterobject
- objecteventBeanTypedEventFactory
- event serverbeanEventTypeFactory
- bean factorypublic static boolean cacheAndExists(CopyOnWriteArrayList<DynamicPropertyDescriptorByMethod> cache, DynamicPropertyGetterByMethodBase getter, Object object, EventBeanTypedEventFactory eventBeanTypedEventFactory)
cache
- cachegetter
- getterobject
- objecteventBeanTypedEventFactory
- event serverprotected CodegenExpression cacheAndExistsCodegen(CodegenExpression underlyingExpression, CodegenMethodScope parent, CodegenClassScope codegenClassScope)
public Object getBeanProp(Object object) throws PropertyAccessException
BeanEventPropertyGetter
getBeanProp
in interface BeanEventPropertyGetter
object
- to evaluatePropertyAccessException
- if access failedpublic EPTypeClass getTargetType()
getTargetType
in interface BeanEventPropertyGetter
public boolean isBeanExistsProperty(Object object)
BeanEventPropertyGetter
isBeanExistsProperty
in interface BeanEventPropertyGetter
object
- to evaluatepublic final Object get(EventBean event) throws PropertyAccessException
EventPropertyValueGetter
get
in interface EventPropertyValueGetter
event
- is the event to get the value of a property fromPropertyAccessException
- to indicate that property access failedpublic EPTypeClass getBeanPropType()
getBeanPropType
in interface BeanEventPropertyGetter
public CodegenExpression eventBeanGetCodegen(CodegenExpression beanExpression, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope)
eventBeanGetCodegen
in interface EventPropertyValueGetterForge
public CodegenExpression eventBeanExistsCodegen(CodegenExpression beanExpression, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope)
eventBeanExistsCodegen
in interface EventPropertyGetterSPI
public CodegenExpression eventBeanFragmentCodegen(CodegenExpression beanExpression, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope)
eventBeanFragmentCodegen
in interface EventPropertyGetterSPI
public CodegenExpression underlyingGetCodegen(CodegenExpression underlyingExpression, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope)
underlyingGetCodegen
in interface EventPropertyGetterSPI
public CodegenExpression underlyingFragmentCodegen(CodegenExpression underlyingExpression, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope)
underlyingFragmentCodegen
in interface EventPropertyGetterSPI
public Object getFragment(EventBean eventBean)
EventPropertyGetter
EventBean
or array of EventBean
for a property name or property expression.
For use with properties whose value is itself an event or whose value can be represented as an event by the underlying event representation.
The EventType
of the EventBean
instance(s) returned by this method can be determined by
EventType.getFragmentType(String)
. Use EventPropertyDescriptor
to
obtain a list of properties that return fragments from an event type.
Returns null if the property value is null or the property value cannot be represented as a fragment by the underlying representation.
getFragment
in interface EventPropertyGetter
eventBean
- is the event to get the fragment value of a propertyprotected static DynamicPropertyDescriptorByMethod getPopulateCache(CopyOnWriteArrayList<DynamicPropertyDescriptorByMethod> cache, DynamicPropertyGetterByMethodBase dynamicPropertyGetterBase, Object obj, EventBeanTypedEventFactory eventBeanTypedEventFactory)
protected CodegenExpression getPopulateCacheCodegen(CodegenExpression memberCache, CodegenExpressionRef object, CodegenMethodScope parent, CodegenClassScope codegenClassScope)
public static DynamicPropertyDescriptorByMethod dynamicPropertyCacheCheck(CopyOnWriteArrayList<DynamicPropertyDescriptorByMethod> cache, Object obj)
obj
- targetcache
- cachepublic static DynamicPropertyDescriptorByMethod dynamicPropertyCacheAdd(Class clazz, Method method, CopyOnWriteArrayList<DynamicPropertyDescriptorByMethod> cache)
clazz
- classmethod
- methodcache
- cachepublic static PropertyAccessException handleException(DynamicPropertyDescriptorByMethod descriptor, Object underlying, Throwable t)
descriptor
- descriptorunderlying
- underlyingt
- throwableCopyright © 2005–2021. All rights reserved.