Package com.querydsl.codegen
Class DefaultFiler
java.lang.Object
com.querydsl.codegen.DefaultFiler
- All Implemented Interfaces:
Filer
creates files with
Filer.- Author:
- f43nd1r
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFile(ProcessingEnvironment processingEnvironment, String classname, Collection<? extends Element> elements)
-
Constructor Details
-
DefaultFiler
public DefaultFiler()
-
-
Method Details
-
createFile
public Writer createFile(ProcessingEnvironment processingEnvironment, String classname, Collection<? extends Element> elements) throws IOException - Specified by:
createFilein interfaceFiler- Throws:
IOException
-