org.glassfish.jersey.examples.jackson
Class EmptyArrayResource

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

@Path(value="/emptyArrayResource")
public class EmptyArrayResource
extends Object

TODO javadoc.

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

Constructor Summary
EmptyArrayResource()
           
 
Method Summary
 EmptyArrayBean getIt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyArrayResource

public EmptyArrayResource()
Method Detail

getIt

@GET
@Produces(value={"application/json","application/xml"})
public EmptyArrayBean getIt()


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.