Uses of Class
org.immutables.generator.Output.ResourceKey
-
Packages that use Output.ResourceKey Package Description org.immutables.generator -
-
Uses of Output.ResourceKey in org.immutables.generator
Fields in org.immutables.generator declared as Output.ResourceKey Modifier and Type Field Description (package private) Output.ResourceKeyOutput.AppendServiceFile. key(package private) Output.ResourceKeyOutput.SourceFile. keyFields in org.immutables.generator with type parameters of type Output.ResourceKey Modifier and Type Field Description (package private) Output.Cache<Output.ResourceKey,Output.AppendServiceFile>Output.ServiceFiles. appendResourceFiles(package private) Output.Cache<Output.ResourceKey,Output.SourceFile>Output.Files. sourceFilesConstructors in org.immutables.generator with parameters of type Output.ResourceKey Constructor Description AppendServiceFile(Output.ResourceKey key)SourceFile(Output.ResourceKey key)
-