| Modifier and Type | Field and Description |
|---|---|
| private Type | |
| private String | |
| private boolean | |
| private Type | |
| private final AnnotationVisitor | |
| private String |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public abstract void | handleResult(String
the name the type should be exposed as from the annotation name, Type the specified base type base, boolean the value of the isBaseType flag isBaseType, String the type's docstring doc)
|
| public void | visit(String
the value name. name, Object the actual value, whose type must be value)Byte, Boolean, Character, Short, Integer , Long, Float, Double,
String or Type of Type#OBJECT or Type#ARRAY sort. This
value can also be an array of byte, boolean, short, char, int, long, float or double values
(this is equivalent to using visitArray and visiting each array element in turn,
but is more convenient).Overrides org. Visits a primitive value of the annotation. |
| public void | visitEnd()
Overrides org. Visits the end of the annotation. |
| base | back to summary |
|---|---|
| private Type base | |
| doc | back to summary |
|---|---|
| private String doc | |
| isBaseType | back to summary |
|---|---|
| private boolean isBaseType | |
| onType | back to summary |
|---|---|
| private Type onType | |
| passthrough | back to summary |
|---|---|
| private final AnnotationVisitor passthrough | |
| typeName | back to summary |
|---|---|
| private String typeName | |
| ExposedTypeVisitor | back to summary |
|---|---|
| public ExposedTypeVisitor(Type onType, AnnotationVisitor passthrough) | |
| handleResult | back to summary |
|---|---|
| public abstract void handleResult(String name, Type base, boolean isBaseType, String doc) | |
| visit | back to summary |
|---|---|
| public void visit(String name, Object value) Overrides org. Doc from org. Visits a primitive value of the annotation.
| |
| visitEnd | back to summary |
|---|---|
| public void visitEnd() Overrides org. Doc from org. Visits the end of the annotation.
| |