public interface DeserializationContext
Modifier and Type | Method and Description |
---|---|
<T> T |
deserialize(Class<T> clazz,
javax.json.stream.JsonParser parser)
JsonParser cursor is at KEY_NAME event.
|
<T> T |
deserialize(Type type,
javax.json.stream.JsonParser parser) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.