All Classes and Interfaces
Classes
Class
Description
"encoding": encoding of consumed text files.
"format": whether to generate format methods.
"incompatible-format": how to report incompatible format strings in localized
Properties resources."localize": whether to search for localized resources.
Message format method signature types.
"missing-key": how to report missing keys in localized
Properties resources."name": generated class name.
"strategy": how to consume resources.
"visibility": set to "public" to generate public instead of package visible artefacts.
Generates a class for loading byte data.
Use this code generation
Handler to prevent misspelled keys with ResourceBundle.Handler that, for each resource, generates a static method with a name derived from the resource name
using Namer.simplifyResourceName(String) and Namer.nameMember(String).Handler that generates message classes from Properties files using Locales to match localized
strings and MessageFormat to create typed method signatures.Processes classpath resource files and passes them to
Handler.handle(Context).Utility type for working with
Filer.