Uses of Class
uk.autores.naming.Namer
-
Packages that use Namer Package Description uk.autores An annotation driven library for working with embedded resource files.uk.autores.handling The annotation handling API.uk.autores.naming Types for naming classes and their members during code generation. -
-
Uses of Namer in uk.autores
Methods in uk.autores that return types with arguments of type Namer Modifier and Type Method Description Class<? extends Namer>
namer()
Set this value to provide alternative class/member naming strategy. -
Uses of Namer in uk.autores.handling
Methods in uk.autores.handling that return Namer Modifier and Type Method Description Namer
Context. namer()
Naming strategy.Methods in uk.autores.handling with parameters of type Namer Modifier and Type Method Description Context.Builder
Context.Builder. setNamer(Namer namer)
Sets naming conventions. -
Uses of Namer in uk.autores.naming
Subclasses of Namer in uk.autores.naming Modifier and Type Class Description class
IdiomaticNamer
Generates names that conform to Java naming conventions.
-