Package org.immutables.generator
Class Output
- java.lang.Object
-
- org.immutables.generator.Output
-
public final class Output extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classOutput.AppendServiceFileprivate static classOutput.Cache<K,V>private static classOutput.Filesprivate static classOutput.FilesSupplierprivate static classOutput.OutputFilterprivate static classOutput.ResourceKeyprivate static classOutput.ServiceFilesprivate static classOutput.ServiceFilesSupplierprivate static classOutput.SourceFile
-
Field Summary
Fields Modifier and Type Field Description Templates.InvokablecollapsibleTemplates.InvokableerrorTemplates.InvokablejavaTemplates.InvokablelengthTemplates.InvokablelinesShortablestatic java.lang.StringNO_IMPORTSPragma-like comment indicator just at beginning of the source file used to disable import post-processing.Templates.InvokableserviceTemplates.InvokablesystemTemplates.Invokabletrim
-
Constructor Summary
Constructors Constructor Description Output()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static javax.annotation.processing.FilergetFiler()private static Output.FilesgetFiles()private static javax.annotation.processing.MessagergetMessager()private static Output.ServiceFilesgetServiceFiles()
-
-
-
Field Detail
-
NO_IMPORTS
public static final java.lang.String NO_IMPORTS
Pragma-like comment indicator just at beginning of the source file used to disable import post-processing.- See Also:
- Constant Field Values
-
error
public final Templates.Invokable error
-
system
public final Templates.Invokable system
-
length
public final Templates.Invokable length
-
trim
public final Templates.Invokable trim
-
linesShortable
public final Templates.Invokable linesShortable
-
collapsible
public final Templates.Invokable collapsible
-
java
public final Templates.Invokable java
-
service
public final Templates.Invokable service
-
-
Method Detail
-
getFiler
private static javax.annotation.processing.Filer getFiler()
-
getMessager
private static javax.annotation.processing.Messager getMessager()
-
getFiles
private static Output.Files getFiles()
-
getServiceFiles
private static Output.ServiceFiles getServiceFiles()
-
-