Class AnnotationRegistry.FieldAnnotations
- java.lang.Object
-
- com.univocity.parsers.annotations.helpers.AnnotationRegistry.FieldAnnotations
-
- Enclosing class:
- AnnotationRegistry
private static class AnnotationRegistry.FieldAnnotations extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.annotation.Annotation,AnnotationRegistry.AnnotationAttributes>
annotations
-
Constructor Summary
Constructors Modifier Constructor Description private
FieldAnnotations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.Object
getValue(java.lang.annotation.Annotation annotation, java.lang.String attribute)
private void
setValue(java.lang.annotation.Annotation annotation, java.lang.String attribute, java.lang.Object newValue)
-
-
-
Field Detail
-
annotations
private java.util.Map<java.lang.annotation.Annotation,AnnotationRegistry.AnnotationAttributes> annotations
-
-