Class ItemAccessor
- java.lang.Object
-
- org.apache.unomi.plugins.baseplugin.conditions.accessors.HardcodedPropertyAccessor<Item>
-
- org.apache.unomi.plugins.baseplugin.conditions.accessors.ItemAccessor
-
public class ItemAccessor extends HardcodedPropertyAccessor<Item>
-
-
Field Summary
-
Fields inherited from class org.apache.unomi.plugins.baseplugin.conditions.accessors.HardcodedPropertyAccessor
PROPERTY_NOT_FOUND_MARKER, registry
-
-
Constructor Summary
Constructors Constructor Description ItemAccessor(HardcodedPropertyAccessorRegistry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getProperty(Item object, String propertyName, String leftoverExpression)
-
-
-
Constructor Detail
-
ItemAccessor
public ItemAccessor(HardcodedPropertyAccessorRegistry registry)
-
-
Method Detail
-
getProperty
public Object getProperty(Item object, String propertyName, String leftoverExpression)
- Specified by:
getProperty
in classHardcodedPropertyAccessor<Item>
-
-