Class Parameter.BeanParameter
java.lang.Object
org.glassfish.jersey.server.model.Parameter
org.glassfish.jersey.server.model.Parameter.BeanParameter
- All Implemented Interfaces:
AnnotatedElement
- Enclosing class:
Parameter
Bean Parameter class represents a parameter annotated with
BeanParam which in fact represents
additional set of parameters.- Author:
- Marek Potociar (marek.potociar at oracle.com)
-
Nested Class Summary
Nested classes/interfaces inherited from class Parameter
Parameter.BeanParameter, Parameter.Source -
Method Summary
Methods inherited from class Parameter
create, create, create, equals, getAnnotation, getAnnotations, getDeclaredAnnotations, getDefaultValue, getRawType, getSource, getSourceAnnotation, getSourceName, getType, hasDefaultValue, hashCode, isAnnotationPresent, isEncoded, isQualified, overrideSource, toStringMethods inherited from interface AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
-
Method Details
-
getParameters
- Returns:
- The transitively associated parameters through this
BeanParamparameter.
-