- All Implemented Interfaces:
Consumer<com.squareup.javapoet.JavaFile>
public class WriteJavaFile
extends Object
implements Consumer<com.squareup.javapoet.JavaFile>
-
Constructor Summary
Constructors
-
Method Summary
void
accept(com.squareup.javapoet.JavaFile javaFile)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
accept
public void accept(com.squareup.javapoet.JavaFile javaFile)
- Specified by:
accept in interface Consumer<com.squareup.javapoet.JavaFile>