public abstract class Options<T extends Options<T>>
extends java.lang.Object
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Options<?>> |
deserialize(java.lang.String content,
java.lang.Class<T> clazz) |
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
java.lang.String |
serialize() |
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public java.lang.String serialize()
throws java.io.IOException
java.io.IOExceptionprotected static <T extends Options<?>> T deserialize(java.lang.String content, java.lang.Class<T> clazz)