Package dev.getelements.elements.sdk
Interface PermittedTypes
- All Known Implementing Classes:
ModelPermittedTypes
Allows application code to specify a list of permitted types which will be visible to
Element instances
when loaded with the ElementType.ISOLATED_CLASSPATH.
This inherits from Predicate which will receive the fully-qualified name of the Type, returning
true if the type is allowed exposed to Element instances with ElementType.ISOLATED_CLASSPATH type.-
Method Summary