Uses of Class
uk.autores.handling.Context.Builder
-
Packages that use Context.Builder Package Description uk.autores.handling Use these types to extend the 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.BuilderContext. builder()Builder pattern.Context.BuilderContext. rebuild()Context.Builderinitialized from current state.Context.BuilderContext.Builder. setAnnotated(Element annotated)Sets package or type.Context.BuilderContext.Builder. setConfig(List<Config> config)Sets configuration.Context.BuilderContext.Builder. setEnv(ProcessingEnvironment env)Sets processing environment.Context.BuilderContext.Builder. setLocation(List<JavaFileManager.Location> locations)Sets locations to search.Context.BuilderContext.Builder. setNamer(Namer namer)Sets naming conventions.Context.BuilderContext.Builder. setPkg(Pkg pkg)Sets annotated package.Context.BuilderContext.Builder. setResources(List<Resource> resources)Sets resources to process.
-