Class HardcodedPropertyAccessorRegistry
java.lang.Object
org.apache.unomi.plugins.baseplugin.conditions.HardcodedPropertyAccessorRegistry
This class contains the registry of all the hardcoded property accessors.
For the moment this list of accessors is hardcoded, but in a future update it could be made dynamic.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectAncestors
(Class<?> targetClass, Set<Class<?>> availableAccessors) getNextTokens
(String expression) getProperty
(Object object, String expression)
-
Field Details
-
propertyAccessors
-
cachedClassAncestors
-
-
Constructor Details
-
HardcodedPropertyAccessorRegistry
public HardcodedPropertyAccessorRegistry()
-
-
Method Details
-
getNextTokens
-
getProperty
-
collectAncestors
-