Class KeywordJsonSchemaCreator
- java.lang.Object
- 
- step.handlers.javahandler.jsonschema.KeywordJsonSchemaCreator
 
- 
 public class KeywordJsonSchemaCreator extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description KeywordJsonSchemaCreator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected jakarta.json.JsonObjectcreateEmptyJsonSchema()jakarta.json.JsonObjectcreateJsonSchemaForKeyword(Method method)Creates a json schema for java method annotated withKeywordannotationprotected jakarta.json.JsonObjectreadJsonSchemaFromPlainText(String schema, Method method)
 
- 
- 
- 
Method Detail- 
createJsonSchemaForKeywordpublic jakarta.json.JsonObject createJsonSchemaForKeyword(Method method) throws JsonSchemaPreparationException Creates a json schema for java method annotated withKeywordannotation- Throws:
- JsonSchemaPreparationException
 
 - 
createEmptyJsonSchemaprotected jakarta.json.JsonObject createEmptyJsonSchema() 
 - 
readJsonSchemaFromPlainTextprotected jakarta.json.JsonObject readJsonSchemaFromPlainText(String schema, Method method) throws JsonSchemaPreparationException - Throws:
- JsonSchemaPreparationException
 
 
- 
 
-