Uses of Package
org.apache.unomi.plugins.baseplugin.conditions.accessors
Packages that use org.apache.unomi.plugins.baseplugin.conditions.accessors
Package
Description
-
Classes in org.apache.unomi.plugins.baseplugin.conditions.accessors used by org.apache.unomi.plugins.baseplugin.conditionsClassDescriptionHardcoded 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.
-
Classes in org.apache.unomi.plugins.baseplugin.conditions.accessors used by org.apache.unomi.plugins.baseplugin.conditions.accessorsClassDescriptionHardcoded 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.