| Class | Description |
|---|---|
| CampaignAccessor | |
| ConsentAccessor | |
| CustomItemAccessor | |
| EventAccessor | |
| GoalAccessor | |
| HardcodedPropertyAccessor<T> |
Hardcoded property accessors serve two purpose:
- control access to object fields, only expose the ones that are "safe" to use
- prevent using Java Reflection API that is both slower and potentially unsafe as there could be potential to abuse it.
|
| ItemAccessor | |
| MapAccessor | |
| MetadataAccessor | |
| MetadataItemAccessor | |
| ProfileAccessor | |
| RuleAccessor | |
| SessionAccessor | |
| TimestampedItemAccessor |
Copyright © 2014–2021 Apache Software Foundation. All rights reserved.