Interface ComponentVerifierExtension

All Superinterfaces:
ComponentExtension

@Deprecated(since="4.11.0") public interface ComponentVerifierExtension extends ComponentExtension
Deprecated.
Defines the interface used for validating component/endpoint parameters. The central method of this interface is verify(ComponentVerifierExtension.Scope, Map) which takes a scope and a set of parameters which should be verified.

The return value is a ComponentVerifierExtension.Result of the verification