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 Use these types to extend the 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 NamerContext. namer()Naming strategy.Methods in uk.autores.handling with parameters of type Namer Modifier and Type Method Description Context.BuilderContext.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 classIdiomaticNamerGenerates names that conform to Java naming conventions.
-