public interface JsonbExtension
Modifier and Type | Method and Description |
---|---|
<T> T |
fromJsonValue(javax.json.JsonValue json,
Class<T> type) |
<T> T |
fromJsonValue(javax.json.JsonValue json,
Type runtimeType) |
javax.json.JsonValue |
toJsonValue(Object object) |
javax.json.JsonValue |
toJsonValue(Object object,
Type runtimeType) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.