public class StringJsonType extends PrimitiveJsonType<String>
value| Constructor and Description |
|---|
StringJsonType(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
toStringJson()
This one simply concatenate to rest of json.
|
toStringpublic StringJsonType(String value)
public String toStringJson()
AbstractJsonTypetoStringJson in class PrimitiveJsonType<String>Copyright © 2022. All rights reserved.