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