| Package | Description |
|---|---|
| org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
| Modifier and Type | Field and Description |
|---|---|
private AnnotatedMethod[] |
MethodList.methods |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<AnnotatedMethod> |
MethodList.iterator()
Iterator over the list of
annotated methods contained
in this method list. |
| Modifier and Type | Method and Description |
|---|---|
private static void |
IntrospectionModeller.introspectAsyncFeatures(AnnotatedMethod am,
ResourceMethod.Builder resourceMethodBuilder) |
boolean |
MethodList.Filter.keep(AnnotatedMethod method)
Decide whether the method should remain in the list or should be filtered
out.
|
private static java.util.List<javax.ws.rs.core.MediaType> |
IntrospectionModeller.resolveConsumedTypes(AnnotatedMethod am,
java.util.List<javax.ws.rs.core.MediaType> defaultConsumedTypes) |
private static java.util.List<javax.ws.rs.core.MediaType> |
IntrospectionModeller.resolveProducedTypes(AnnotatedMethod am,
java.util.List<javax.ws.rs.core.MediaType> defaultProducedTypes) |
| Constructor and Description |
|---|
MethodList(AnnotatedMethod... methods)
Create new method list from the given array of
annotated methods. |