ApolloCompilerJavaHooks
Types
Link copied to clipboard
Link copied to clipboard
The default implementation of ApolloCompilerJavaHooks that overrides nothing.
Functions
Link copied to clipboard
abstract fun overrideResolvedType(key: ResolverKey, resolved: ClassName?): ClassName?
Content copied to clipboard
Allows overriding the names of classes that are referenced in the generated code.
Link copied to clipboard
abstract fun postProcessFiles(files: Collection<ApolloCompilerJavaHooks.FileInfo>): Collection<ApolloCompilerJavaHooks.FileInfo>
Content copied to clipboard
Allows processing the generated files right before they are written to the disk.