Uses of Interface
uk.autores.handling.Handler
-
Uses of Handler in uk.autores.handling
Modifier and TypeClassDescriptionfinal class
A resource handler that does nothing but can be used to ensure a resource exists at compile time.final class
Handler
that, for each resource, generates a class with a name derived from the resource name usingNamer.simplifyResourceName(String)
andNamer.nameType(String)
.final class
Use this code generationHandler
to prevent misspelled keys withResourceBundle
.final class
Handler
that, for each resource, generates a static method with a name derived from the resource name usingNamer.simplifyResourceName(String)
andNamer.nameMember(String)
.final class
Handler
that generates message classes fromProperties
files usingLocale
s to match localized strings andMessageFormat
to create typed method signatures.final class