Class InvocableValidator

  • All Implemented Interfaces:
    ResourceModelVisitor

    class InvocableValidator
    extends AbstractResourceModelVisitor
    Validator ensuring that invocable and constructor is correctly defined (for example correctly annotated with scope annotation). This validator is stateful and therefore new instance must be created for each resource model validation.
    • Field Detail

      • SCOPE_ANNOTATIONS

        private static final java.util.Set<java.lang.Class<?>> SCOPE_ANNOTATIONS
      • checkedClasses

        protected final java.util.Set<java.lang.Class<?>> checkedClasses
        Classes that have been checked already.
    • Constructor Detail

      • InvocableValidator

        InvocableValidator()