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