org.glassfish.jersey.examples.httppatch
Class App

java.lang.Object
  extended by org.glassfish.jersey.examples.httppatch.App

public final class App
extends Object

HTTP PATCH Demo Application.

Author:
Marek Potociar (marek.potociar at oracle.com)

Method Summary
static org.glassfish.jersey.server.ResourceConfig create()
          Create JAX-RS application for the example.
static javax.ws.rs.ext.ContextResolver<MoxyJsonConfig> createMoxyJsonResolver()
          Create ContextResolver for MoxyJsonConfig for this application.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)

create

public static org.glassfish.jersey.server.ResourceConfig create()
Create JAX-RS application for the example.

Returns:
created application instance.

createMoxyJsonResolver

public static javax.ws.rs.ext.ContextResolver<MoxyJsonConfig> createMoxyJsonResolver()
Create ContextResolver for MoxyJsonConfig for this application.

Returns:
MoxyJsonConfig context resolver.


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