public interface IHjsonDsfProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description of this DSF.
|
java.lang.String |
getName()
Gets the name of this DSF.
|
JsonValue |
parse(java.lang.String text)
Tries to parse the text as a DSF value.
|
java.lang.String |
stringify(JsonValue value)
Stringifies DSF values.
|
java.lang.String getName()
java.lang.String getDescription()
JsonValue parse(java.lang.String text)
text
- the DSF valuejava.lang.String stringify(JsonValue value)
value
- the JSON value