org.glassfish.jersey.examples.jackson
Class NonJaxbBeanResource

java.lang.Object
  extended by org.glassfish.jersey.examples.jackson.NonJaxbBeanResource

@Path(value="/nonJaxbResource")
public class NonJaxbBeanResource
extends Object

Author:
Jakub Podlesak (jakub.podlesak at oracle.com)

Constructor Summary
NonJaxbBeanResource()
           
 
Method Summary
 NonJaxbBean getSimpleBeanJSONP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonJaxbBeanResource

public NonJaxbBeanResource()
Method Detail

getSimpleBeanJSONP

public NonJaxbBean getSimpleBeanJSONP()


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.