Class Param
java.lang.Object
org.eclipse.jetty.websocket.jsr356.annotations.Param
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe various roles of the known parameters. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<Class<? extends Annotation>, Annotation> intprivate StringClass<?> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(Param.Role role) <A extends Annotation>
AgetAnnotation(Class<A> annotationClass) booleanisValid()voidsetPathParamName(String name) toString()voidunbind()
-
Field Details
-
index
public int index -
type
-
annotations
-
role
-
pathParamName
-
-
Constructor Details
-
Param
-
-
Method Details
-
bind
-
getAnnotation
-
getPathParamName
-
isValid
public boolean isValid() -
setPathParamName
-
toString
-
unbind
public void unbind()
-