Interface SchemaSetLoader.SchemaValidatorMapper

Enclosing class:
SchemaSetLoader

public static interface SchemaSetLoader.SchemaValidatorMapper
Called to map a schema validator name in the JSON stream to an actual data validator
  • Method Details

    • getSchemaValidator

      SchemaValidator getSchemaValidator(String name)
      Parameters:
      name - name of the validator
      Returns:
      the validator