public interface WebSocketParam
详情见: https://redkale.org
限定符和类型 | 方法和说明 |
---|---|
default <T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationClass) |
java.lang.annotation.Annotation[] |
getAnnotations() |
default <T extends java.lang.annotation.Annotation> |
getAnnotationsByType(java.lang.Class<T> annotationClass) |
java.lang.String[] |
getNames() |
<T> T |
getValue(java.lang.String name) |
<T> T getValue(java.lang.String name)
java.lang.String[] getNames()
java.lang.annotation.Annotation[] getAnnotations()
default <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationClass)
default <T extends java.lang.annotation.Annotation> T[] getAnnotationsByType(java.lang.Class<T> annotationClass)