Class JsonInputConverter
- java.lang.Object
- 
- step.handlers.javahandler.jsonschema.JsonInputConverter
 
- 
 public class JsonInputConverter extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringARRAY_VALUE_SEPARATOR
 - 
Constructor SummaryConstructors Constructor Description JsonInputConverter()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddValueToJsonBuilder(String value, jakarta.json.JsonObjectBuilder builder, Type type, String jsonName)static StringresolveJsonPropertyType(Class<?> type)
 
- 
- 
- 
Field Detail- 
ARRAY_VALUE_SEPARATORpublic static final String ARRAY_VALUE_SEPARATOR - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
addValueToJsonBuilderpublic static void addValueToJsonBuilder(String value, jakarta.json.JsonObjectBuilder builder, Type type, String jsonName) throws IllegalArgumentException - Throws:
- IllegalArgumentException
 
 
- 
 
-