Class App
java.lang.Object
org.glassfish.jersey.examples.httppatch.App
HTTP PATCH Demo Application.
- Author:
- Marek Potociar
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceConfigcreate()Create JAX-RS application for the example.static ContextResolver<MoxyJsonConfig>CreateContextResolverforMoxyJsonConfigfor this application.static void
-
Method Details
-
main
-
create
Create JAX-RS application for the example.- Returns:
- created application instance.
-
createMoxyJsonResolver
CreateContextResolverforMoxyJsonConfigfor this application.- Returns:
MoxyJsonConfigcontext resolver.
-