Uses of Class
org.glassfish.jersey.server.model.AnnotatedMethod
-
Packages that use AnnotatedMethod Package Description org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. -
-
Uses of AnnotatedMethod in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model that return types with arguments of type AnnotatedMethod Modifier and Type Method Description Iterator<AnnotatedMethod>MethodList. iterator()Iterator over the list ofannotated methodscontained in this method list.Methods in org.glassfish.jersey.server.model with parameters of type AnnotatedMethod Modifier and Type Method Description booleanMethodList.Filter. keep(AnnotatedMethod method)Decide whether the method should remain in the list or should be filtered out.Constructors in org.glassfish.jersey.server.model with parameters of type AnnotatedMethod Constructor Description MethodList(AnnotatedMethod... methods)Create new method list from the given array ofannotated methods.
-