Uses of Class
uk.autores.handling.Context.Builder
-
Packages that use Context.Builder Package Description uk.autores.handling The annotation handling API. -
-
Uses of Context.Builder in uk.autores.handling
Methods in uk.autores.handling that return Context.Builder Modifier and Type Method Description static Context.Builder
Context. builder()
Builder pattern.Context.Builder
Context. rebuild()
Context.Builder
initialized from current state.Context.Builder
Context.Builder. setAnnotated(Element annotated)
Sets package or type.Context.Builder
Context.Builder. setConfig(List<Config> config)
Sets configuration.Context.Builder
Context.Builder. setEnv(ProcessingEnvironment env)
Sets processing environment.Context.Builder
Context.Builder. setLocation(List<JavaFileManager.Location> locations)
Sets locations to search.Context.Builder
Context.Builder. setNamer(Namer namer)
Sets naming conventions.Context.Builder
Context.Builder. setPkg(Pkg pkg)
Sets annotated package.Context.Builder
Context.Builder. setResources(List<Resource> resources)
Sets resources to process.
-