Package | Description |
---|---|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
Modifier and Type | Method and Description |
---|---|
Iterator<AnnotatedMethod> |
MethodList.iterator()
Iterator over the list of
annotated methods contained
in this method list. |
Modifier and Type | Method and Description |
---|---|
boolean |
MethodList.Filter.keep(AnnotatedMethod method)
Decide whether the method should remain in the list or should be filtered
out.
|
Constructor and Description |
---|
MethodList(AnnotatedMethod... methods)
Create new method list from the given array of
annotated methods . |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.