@Stateless public static class ProcessingUtility.AnnotationValueVisitor extends AbstractAnnotationValueVisitor8<String,TypeImporter>
AbstractAnnotationValueVisitor6.visit(javax.lang.model.element.AnnotationValue) as this passes null as the visitor-specified parameter instead of a type importer.| Modifier | Constructor and Description |
|---|---|
protected |
AnnotationValueVisitor() |
visit, visit, visitUnknown@Pure @Nonnull public @Nonnull String visitBoolean(boolean value, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitByte(byte value, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitChar(char value, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitDouble(double value, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitFloat(float value, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitInt(int value, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitLong(long value, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitShort(short value, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitString(@Nonnull @Nonnull String string, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitType(@Nonnull @Nonnull TypeMirror type, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitEnumConstant(@Nonnull @Nonnull VariableElement constant, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitAnnotation(@Nonnull @Nonnull AnnotationMirror annotation, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
@Pure @Nonnull public @Nonnull String visitArray(@Nonnull @Nonnull List<? extends AnnotationValue> list, @NonCaptured @Modified @Nullable @Nullable TypeImporter typeImporter)
Copyright © 2017. All rights reserved.