ValidatorWrapper

case
class ValidatorWrapper(schema: Option[AbstractSchema])

Validator wrapper is an auxiliary class than can be used to invoke the ShEx validator from Java It avoids the use of IO and unsafeRunSync

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Constructors

def this()

Concrete methods

def parseSchema(schemaStr: String, format: String): ValidatorWrapper
def validate(dataModel: Model): ResultShapeMap

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product