Interface EventPropertyGetterIndexed
- All Known Subinterfaces:
EventPropertyGetterAndIndexed
,EventPropertyGetterIndexedSPI
,MapEventPropertyGetterAndIndexed
,ObjectArrayEventPropertyGetterAndIndexed
- All Known Implementing Classes:
ArrayFieldPropertyGetter
,ArrayMethodPropertyGetter
,IterableFieldPropertyGetter
,IterableMethodPropertyGetter
,JsonGetterIndexedRuntimeIndexProvided
,JsonGetterIndexedRuntimeIndexSchema
,KeyedMethodPropertyGetter
,ListFieldPropertyGetter
,ListMethodPropertyGetter
,MapArrayPOJOEntryIndexedPropertyGetter
,MapArrayPropertyGetter
,ObjectArrayArrayPOJOEntryIndexedPropertyGetter
,ObjectArrayArrayPropertyGetter
,WrapperGetterIndexed
public interface EventPropertyGetterIndexed
-
Method Summary
-
Method Details
-
get
Return the value for the property in the event object specified when the instance was obtained. Useful for fast access to event properties. Throws a PropertyAccessException if the getter instance doesn't match the EventType it was obtained from, and to indicate other property access problems.- Parameters:
eventBean
- is the event to get the value of a property fromindex
- the index value- Returns:
- value of indexed property in event
- Throws:
PropertyAccessException
- to indicate that property access failed
-