Class Keyword
- java.lang.Object
-
- io.openapiprocessor.jsonschema.schema.Keyword
-
public class Keyword extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Keyword(java.util.EnumSet<KeywordType> types)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNavigable()booleanisSchema()booleanisSchemaArray()booleanisSchemaMap()static Keywordkeyword(KeywordType value, KeywordType... values)
-
-
-
Field Detail
-
NONE
public static final Keyword NONE
-
-
Constructor Detail
-
Keyword
public Keyword(java.util.EnumSet<KeywordType> types)
-
-
Method Detail
-
keyword
public static Keyword keyword(KeywordType value, KeywordType... values)
-
isSchema
public boolean isSchema()
-
isSchemaArray
public boolean isSchemaArray()
-
isSchemaMap
public boolean isSchemaMap()
-
isNavigable
public boolean isNavigable()
-
-