Uses of Class
org.glassfish.jersey.server.model.AnnotatedMethod
Packages that use AnnotatedMethod
Package
Description
Jersey server-side application & resource modeling classes.
-
Uses of AnnotatedMethod in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model declared as AnnotatedMethodMethods in org.glassfish.jersey.server.model that return types with arguments of type AnnotatedMethodModifier and TypeMethodDescriptionMethodList.iterator()
Iterator over the list ofannotated methods
contained in this method list.Methods in org.glassfish.jersey.server.model with parameters of type AnnotatedMethodModifier and TypeMethodDescriptionprivate 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 List<javax.ws.rs.core.MediaType>
IntrospectionModeller.resolveConsumedTypes
(AnnotatedMethod am, List<javax.ws.rs.core.MediaType> defaultConsumedTypes) private static List<javax.ws.rs.core.MediaType>
IntrospectionModeller.resolveProducedTypes
(AnnotatedMethod am, List<javax.ws.rs.core.MediaType> defaultProducedTypes) Constructors in org.glassfish.jersey.server.model with parameters of type AnnotatedMethodModifierConstructorDescriptionMethodList
(AnnotatedMethod... methods) Create new method list from the given array ofannotated methods
.