| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| Modifier and Type | Method and Description |
|---|---|
static EndpointConfig.AnnotationScope |
EndpointConfig.AnnotationScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EndpointConfig.AnnotationScope[] |
EndpointConfig.AnnotationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointConfig.Builder |
EndpointConfig.Builder.annotations(EndpointConfig.AnnotationScope scope,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.util.List<java.lang.annotation.Annotation>> annotations)
Add annotations of a specific scope to this request builder.
|
<T extends java.lang.annotation.Annotation> |
EndpointConfig.combineAnnotations(java.lang.Class<T> annotationClass,
EndpointConfig.AnnotationScope... scopes)
Get all annotations of a specific class declared on any level.
|
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.util.List<java.lang.annotation.Annotation>> |
EndpointConfig.getAnnotations(EndpointConfig.AnnotationScope... scopes)
All custom annotations for scopes defined in parameters, in the same order.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.