Uses of Class
org.glassfish.jersey.server.model.AnnotatedMethod
Packages that use AnnotatedMethod
Package
Description
Jersey server-side application invalid input: '&' resource modeling classes.
-
Uses of AnnotatedMethod in org.glassfish.jersey.server.model
Classes in org.glassfish.jersey.server.model that implement interfaces with type arguments of type AnnotatedMethodModifier and TypeClassDescriptionfinal classIterable list of methods on a single class with convenience getters for additional method information.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 methodscontained in this method list.Methods in org.glassfish.jersey.server.model with parameters of type AnnotatedMethodModifier and TypeMethodDescriptionprivate static voidIntrospectionModeller.introspectAsyncFeatures(AnnotatedMethod am, ResourceMethod.Builder resourceMethodBuilder) booleanMethodList.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.