Interface IValidator

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IValidator.Jsii$Default
All Known Implementing Classes:
IValidator.Jsii$Proxy, JsonSchemaValidator, LambdaValidator

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-17T05:10:19.757Z") @Stability(Deprecated) @Deprecated public interface IValidator extends software.amazon.jsii.JsiiSerializable
Deprecated.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated.
    Internal default implementation for IValidator.
    static final class 
    Deprecated.
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Deprecated.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getContent

      @Stability(Deprecated) @Deprecated @NotNull String getContent()
      Deprecated.
      (deprecated) The content of the validator.
    • getType

      @Stability(Deprecated) @Deprecated @NotNull ValidatorType getType()
      Deprecated.
      (deprecated) The type of validator.