public class TemplateVariableReader extends java.lang.Object implements JsonObjectReader<TemplateVariable>
| Constructor and Description |
|---|
TemplateVariableReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readDefaultValue(JsonParser jsonParser) |
void |
readDescription(JsonParser jsonParser) |
void |
readKey(JsonParser jsonParser) |
void |
readName(JsonParser jsonParser) |
TemplateVariable |
validateAndBuild() |
public void readKey(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readName(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readDescription(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readDefaultValue(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic TemplateVariable validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<TemplateVariable>java.io.IOException