Class CachingElements.CachingAnnotationMirror
java.lang.Object
org.immutables.value.processor.meta.CachingElements.CachingAnnotationMirror
- All Implemented Interfaces:
AnnotationMirror,Delegated,CachingElements.Caching
- Enclosing class:
CachingElements
private static class CachingElements.CachingAnnotationMirror
extends Object
implements AnnotationMirror, CachingElements.Caching
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DeclaredTypeprivate final AnnotationMirrorprivate Map<? extends ExecutableElement, ? extends AnnotationValue> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelegate()Map<? extends ExecutableElement, ? extends AnnotationValue> toString()
-
Field Details
-
delegate
-
elementValues
-
annotationType
-
-
Constructor Details
-
CachingAnnotationMirror
CachingAnnotationMirror(AnnotationMirror delegate)
-
-
Method Details
-
getAnnotationType
- Specified by:
getAnnotationTypein interfaceAnnotationMirror
-
getElementValues
- Specified by:
getElementValuesin interfaceAnnotationMirror
-
delegate
-
toString
-