Package com.querydsl.codegen
Interface Filer
- All Known Implementing Classes:
DefaultFiler
public interface Filer
provides files in annotation processing to write classes to
- Author:
- f43nd1r
-
Method Summary
Modifier and TypeMethodDescriptioncreateFile(ProcessingEnvironment processingEnvironment, String classname, Collection<? extends Element> elements)
-
Method Details
-
createFile
Writer createFile(ProcessingEnvironment processingEnvironment, String classname, Collection<? extends Element> elements) throws IOException - Throws:
IOException
-