Interface ModelExtensionsValidator

    • Method Detail

      • validateModelExtensions

        default void validateModelExtensions​(byte[] modelContent,
                                             ValidationContext validationContext)
        Validate the given model content.
        Parameters:
        modelContent - the model content to validate
        validationContext - the validation context
      • getHandledContentType

        default String getHandledContentType()
        Get handled content type by this validator (by default JSON).
        Specified by:
        getHandledContentType in interface ModelValidator
        Returns:
        handled content type