@Provider
@Produces(value={"application/json","application/*+json"})
@Consumes(value={"application/json","application/*+json"})
public class TomEEJsonpProvider
extends org.apache.johnzon.jaxrs.JsrProvider
| Constructor and Description |
|---|
TomEEJsonpProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWriteable(Class<?> rawType,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
public boolean isWriteable(Class<?> rawType, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<javax.json.JsonStructure>isWriteable in class org.apache.johnzon.jaxrs.DelegateProvider<javax.json.JsonStructure>Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.