Package org.apache.johnzon.mapper
Interface ObjectConverter.Reader<T>
-
- All Superinterfaces:
MapperConverter
- All Known Subinterfaces:
ObjectConverter.Codec<T>
- Enclosing class:
- ObjectConverter
public static interface ObjectConverter.Reader<T> extends MapperConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description T
fromJson(jakarta.json.JsonValue jsonValue, Type targetType, MappingParser parser)
default boolean
isGlobal()
-
-
-
Method Detail
-
fromJson
T fromJson(jakarta.json.JsonValue jsonValue, Type targetType, MappingParser parser)
-
isGlobal
default boolean isGlobal()
-
-