Class SchemaKeywords
- java.lang.Object
-
- io.openapiprocessor.jsonschema.schema.SchemaKeywords
-
public class SchemaKeywords extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static SchemaKeywordsdraft201909static SchemaKeywordsdraft202012static SchemaKeywordsdraft4static SchemaKeywordsdraft6static SchemaKeywordsdraft7
-
Constructor Summary
Constructors Constructor Description SchemaKeywords(java.util.Map<java.lang.String,Keyword> keywords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable KeywordgetKeyword(java.lang.String keyword)booleanisKeyword(java.lang.String candidate)booleanisNavigable(java.lang.String keyword)
-
-
-
Field Detail
-
draft202012
public static final SchemaKeywords draft202012
-
draft201909
public static final SchemaKeywords draft201909
-
draft7
public static final SchemaKeywords draft7
-
draft6
public static final SchemaKeywords draft6
-
draft4
public static final SchemaKeywords draft4
-
-
Constructor Detail
-
SchemaKeywords
public SchemaKeywords(java.util.Map<java.lang.String,Keyword> keywords)
-
-
Method Detail
-
isKeyword
public boolean isKeyword(java.lang.String candidate)
-
getKeyword
public @Nullable Keyword getKeyword(java.lang.String keyword)
-
isNavigable
public boolean isNavigable(java.lang.String keyword)
-
-