A C E F G H M O P S T
A
- App - Class in org.glassfish.jersey.examples.httppatch
-
HTTP PATCH Demo Application.
- aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.examples.httppatch.PatchingInterceptor
-
C
- create() - Static method in class org.glassfish.jersey.examples.httppatch.App
-
Create JAX-RS application for the example.
- createMoxyJsonResolver() - Static method in class org.glassfish.jersey.examples.httppatch.App
-
Create ContextResolver for MoxyJsonConfig
for this application.
E
- equals(Object) - Method in class org.glassfish.jersey.examples.httppatch.State
-
F
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.examples.httppatch.OptionsAcceptPatchHeaderFilter
-
G
- getList() - Method in class org.glassfish.jersey.examples.httppatch.State
-
- getMessage() - Method in class org.glassfish.jersey.examples.httppatch.State
-
- getState() - Method in class org.glassfish.jersey.examples.httppatch.PatchableResource
-
Get current resource state.
- getTitle() - Method in class org.glassfish.jersey.examples.httppatch.State
-
H
- hashCode() - Method in class org.glassfish.jersey.examples.httppatch.State
-
M
- main(String[]) - Static method in class org.glassfish.jersey.examples.httppatch.App
-
O
- OptionsAcceptPatchHeaderFilter - Class in org.glassfish.jersey.examples.httppatch
-
A JAX-RS container response filter that applies Accept-Patch header
to any response to an OPTIONS request.
- OptionsAcceptPatchHeaderFilter() - Constructor for class org.glassfish.jersey.examples.httppatch.OptionsAcceptPatchHeaderFilter
-
- org.glassfish.jersey.examples.httppatch - package org.glassfish.jersey.examples.httppatch
-
P
- PatchableResource - Class in org.glassfish.jersey.examples.httppatch
-
Patchable resource.
- PatchableResource() - Constructor for class org.glassfish.jersey.examples.httppatch.PatchableResource
-
- PatchingInterceptor - Class in org.glassfish.jersey.examples.httppatch
-
JAX-RS reader interceptor that implements server-side PATCH support.
- PatchingInterceptor(UriInfo, MessageBodyWorkers) - Constructor for class org.glassfish.jersey.examples.httppatch.PatchingInterceptor
-
PatchingInterceptor injection constructor.
- patchState(State) - Method in class org.glassfish.jersey.examples.httppatch.PatchableResource
-
Set new resource state.
S
- setList(List<String>) - Method in class org.glassfish.jersey.examples.httppatch.State
-
- setMessage(String) - Method in class org.glassfish.jersey.examples.httppatch.State
-
- setTitle(String) - Method in class org.glassfish.jersey.examples.httppatch.State
-
- State - Class in org.glassfish.jersey.examples.httppatch
-
A resource state modelled as Java bean (that can be patched).
- State() - Constructor for class org.glassfish.jersey.examples.httppatch.State
-
Create new bean instance without any data.
T
- toString() - Method in class org.glassfish.jersey.examples.httppatch.State
-
A C E F G H M O P S T
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.