public static interface ObjectConverter.Reader<T> extends MapperConverter
Modifier and Type | Method and Description |
---|---|
T |
fromJson(javax.json.JsonValue jsonValue,
Type targetType,
MappingParser parser) |
default boolean |
isGlobal() |
T fromJson(javax.json.JsonValue jsonValue, Type targetType, MappingParser parser)
default boolean isGlobal()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.