public interface JsonFieldAdapterString<T> extends JsonFieldAdapter
Modifier and Type | Method and Description |
---|---|
T |
parse(String value) |
void |
write(T value,
JsonWriter writer) |
void write(T value, JsonWriter writer) throws IOException
IOException
Copyright © 2005–2019. All rights reserved.