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