@FunctionalInterface
public interface TypeJsonParser<T>
Modifier and Type | Method and Description |
---|---|
T |
parse(java.lang.Object value)
Converts JSON type (String, number...) into the target.
|
T parse(java.lang.Object value)
Copyright © 2003-present Jodd Team