Package com.networknt.schema
Class AbstractKeyword
- java.lang.Object
-
- com.networknt.schema.AbstractKeyword
-
- All Implemented Interfaces:
Keyword
- Direct Known Subclasses:
AnnotationKeyword,NonValidationKeyword
public abstract class AbstractKeyword extends Object implements Keyword
Abstract keyword.
-
-
Constructor Summary
Constructors Constructor Description AbstractKeyword(String value)Create abstract keyword.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetValue()Gets the keyword.inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.networknt.schema.Keyword
newValidator
-
-