Package com.networknt.schema
Class AbstractKeyword
- java.lang.Object
-
- com.networknt.schema.AbstractKeyword
-
- All Implemented Interfaces:
Keyword
- Direct Known Subclasses:
NonValidationKeyword
public abstract class AbstractKeyword extends Object implements Keyword
-
-
Constructor Summary
Constructors Constructor Description AbstractKeyword(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.networknt.schema.Keyword
newValidator, setCustomMessage
-
-