public abstract class DynamicPropertyGetterByFieldBase extends Object implements BeanEventPropertyGetter
Modifier and Type | Field and Description |
---|---|
protected BeanEventTypeFactory |
beanEventTypeFactory |
protected CopyOnWriteArrayList<DynamicPropertyDescriptorByField> |
cache |
protected EventBeanTypedEventFactory |
eventBeanTypedEventFactory |
protected CodegenFieldSharable |
sharableCode |
EPTYPE, EPTYPEARRAY
Constructor and Description |
---|
DynamicPropertyGetterByFieldBase(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<DynamicPropertyDescriptorByField> cache
protected final CodegenFieldSharable sharableCode
public DynamicPropertyGetterByFieldBase(EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory)
protected abstract Field determineField(Class clazz)
clazz
- to search for a matching fieldprotected abstract CodegenExpression determineFieldCodegen(CodegenExpressionRef clazz, CodegenMethodScope parent, CodegenClassScope codegenClassScope)
protected abstract Object call(DynamicPropertyDescriptorByField descriptor, Object underlying)
descriptor
- provides field 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<DynamicPropertyDescriptorByField> cache, DynamicPropertyGetterByFieldBase getter, Object object, EventBeanTypedEventFactory eventBeanTypedEventFactory, BeanEventTypeFactory beanEventTypeFactory)
cache
- cachegetter
- getterobject
- objecteventBeanTypedEventFactory
- event serverbeanEventTypeFactory
- bean factorypublic static boolean cacheAndExists(CopyOnWriteArrayList<DynamicPropertyDescriptorByField> cache, DynamicPropertyGetterByFieldBase 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 DynamicPropertyDescriptorByField getPopulateCache(CopyOnWriteArrayList<DynamicPropertyDescriptorByField> cache, DynamicPropertyGetterByFieldBase dynamicPropertyGetterBase, Object obj, EventBeanTypedEventFactory eventBeanTypedEventFactory)
protected CodegenExpression getPopulateCacheCodegen(CodegenExpression memberCache, CodegenExpressionRef object, CodegenMethodScope parent, CodegenClassScope codegenClassScope)
public static DynamicPropertyDescriptorByField dynamicPropertyCacheCheck(CopyOnWriteArrayList<DynamicPropertyDescriptorByField> cache, Object obj)
obj
- targetcache
- cachepublic static DynamicPropertyDescriptorByField dynamicPropertyCacheAdd(Class clazz, Field field, CopyOnWriteArrayList<DynamicPropertyDescriptorByField> cache)
clazz
- classfield
- fieldcache
- cachepublic static PropertyAccessException handleException(DynamicPropertyDescriptorByField descriptor, Object underlying, Throwable t)
descriptor
- descriptorunderlying
- underlyingt
- throwableCopyright © 2005–2021. All rights reserved.