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