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