public final class ValidatorList extends Object implements Iterable<KeywordValidator>, com.github.fge.jsonschema.report.MessageProvider
ValidatorBuilder
, and input/output of FormatProcessor
Constructor and Description |
---|
ValidatorList(SchemaContext context,
Collection<KeywordValidator> validators) |
Modifier and Type | Method and Description |
---|---|
SchemaContext |
getContext() |
Iterator<KeywordValidator> |
iterator() |
com.github.fge.jsonschema.report.ProcessingMessage |
newMessage() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ValidatorList(SchemaContext context, Collection<KeywordValidator> validators)
public SchemaContext getContext()
public Iterator<KeywordValidator> iterator()
iterator
in interface Iterable<KeywordValidator>
public com.github.fge.jsonschema.report.ProcessingMessage newMessage()
newMessage
in interface com.github.fge.jsonschema.report.MessageProvider
Copyright © 2014. All Rights Reserved.