public class AnnotationProcessingOutputVisitor extends AbstractClassWriterOutputVisitor
ClassWriterOutputVisitor
for annotation processing.Constructor and Description |
---|
AnnotationProcessingOutputVisitor(Filer filer) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
visitClass(String classname)
Visits a new class and returns the output stream with which should be written the bytes of the class to be
generated.
|
Optional<GeneratedFile> |
visitGeneratedFile(String path)
Visit a file that will be generated within the generated sources directory.
|
Optional<GeneratedFile> |
visitMetaInfFile(String path)
Visit a file within the META-INF directory of the classes directory.
|
finish, getServiceEntries, visitServiceDescriptor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visitServiceDescriptor
public OutputStream visitClass(String classname) throws IOException
ClassWriterOutputVisitor
classname
- the fully qualified classnameIOException
- if an error occurs creating the output streampublic Optional<GeneratedFile> visitMetaInfFile(String path)
ClassWriterOutputVisitor
path
- The path to the filepublic Optional<GeneratedFile> visitGeneratedFile(String path)
ClassWriterOutputVisitor
path
- The path