Uses of Interface
cloud.piranha.webapp.api.AnnotationManager.AnnotationInfo
Package | Description |
---|---|
cloud.piranha.webapp.api |
The Piranha Web Application API package contains the core set of APIs of
Piranha that deliver web application support.
|
cloud.piranha.webapp.impl |
-
Uses of AnnotationManager.AnnotationInfo in cloud.piranha.webapp.api
Methods in cloud.piranha.webapp.api that return types with arguments of type AnnotationManager.AnnotationInfo Modifier and Type Method Description java.util.List<AnnotationManager.AnnotationInfo<?>>
AnnotationManager. getAnnotations(java.lang.Class<?>... annotationClasses)
Get the annotations.<T> java.util.List<AnnotationManager.AnnotationInfo<T>>
AnnotationManager. getAnnotations(java.lang.Class<T> annotationClass)
Get the annotations.<T> java.util.List<AnnotationManager.AnnotationInfo<T>>
AnnotationManager. getAnnotationsByTarget(java.lang.Class<T> annotationClass, java.lang.reflect.AnnotatedElement type)
Get the annotation for the annotation class and annotated element type. -
Uses of AnnotationManager.AnnotationInfo in cloud.piranha.webapp.impl
Classes in cloud.piranha.webapp.impl that implement AnnotationManager.AnnotationInfo Modifier and Type Class Description static class
DefaultAnnotationManager.DefaultAnnotationInfo<T>
The default AnnotationInfo.Methods in cloud.piranha.webapp.impl that return types with arguments of type AnnotationManager.AnnotationInfo Modifier and Type Method Description java.util.List<AnnotationManager.AnnotationInfo<?>>
DefaultAnnotationManager. getAnnotations(java.lang.Class<?>... annotationClasses)
<T> java.util.List<AnnotationManager.AnnotationInfo<T>>
DefaultAnnotationManager. getAnnotations(java.lang.Class<T> annotationClass)
<T> java.util.List<AnnotationManager.AnnotationInfo<T>>
DefaultAnnotationManager. getAnnotationsByTarget(java.lang.Class<T> annotationClass, java.lang.reflect.AnnotatedElement type)
Methods in cloud.piranha.webapp.impl with parameters of type AnnotationManager.AnnotationInfo Modifier and Type Method Description DefaultAnnotationManager
DefaultAnnotationManager. addAnnotation(AnnotationManager.AnnotationInfo<?> annotationInfo)
Add the annotation.