Package io.vertx.json.schema.common.dsl
Class Keyword
- java.lang.Object
-
- io.vertx.json.schema.common.dsl.Keyword
-
- Direct Known Subclasses:
ArrayKeyword
,BooleanKeyword
,NumberKeyword
,ObjectKeyword
,StringKeyword
public class Keyword extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKeyword()
java.util.function.Supplier<Object>
getValueSupplier()
-