| Constructor and Description |
|---|
GenericAptOutput(javax.annotation.processing.Filer filer,
javax.tools.JavaFileManager.Location location,
java.lang.String moduleAndPackage,
java.lang.String relativePath) |
GenericAptOutput(javax.annotation.processing.Filer filer,
java.lang.String relativePath) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<T,java.io.Writer> |
getFunction() |
public GenericAptOutput(javax.annotation.processing.Filer filer,
java.lang.String relativePath)
public GenericAptOutput(javax.annotation.processing.Filer filer,
javax.tools.JavaFileManager.Location location,
java.lang.String moduleAndPackage,
java.lang.String relativePath)
public java.util.function.Function<T,java.io.Writer> getFunction()
getFunction in interface Output<T>Copyright © 2021. All Rights Reserved.