Class NonJaxbBeanResource
- java.lang.Object
-
- org.glassfish.jersey.examples.jackson.NonJaxbBeanResource
-
-
Constructor Summary
Constructors Constructor Description NonJaxbBeanResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NonJaxbBeangetSimpleBeanJSONP()
-
-
-
Method Detail
-
getSimpleBeanJSONP
@GET @JSONP @Produces({"application/javascript","application/json"}) public NonJaxbBean getSimpleBeanJSONP()
-
-