Uses of Interface
uk.autores.handling.Handler
-
Packages that use Handler Package Description uk.autores.handling Use these types to extend the API. -
-
Uses of Handler in uk.autores.handling
Classes in uk.autores.handling that implement Handler Modifier and Type Class Description classAssertResourceExistsA resource handler that does nothing but can be used to ensure a resource exists at compile time.classGenerateByteArraysFromFilesHandlerthat, for each resource, generates a class with a name derived from the resource name usingNamer.simplifyResourceName(String)andNamer.nameType(String).classGenerateConstantsFromPropertiesUse this code generationHandlerto prevent misspelled keys withResourceBundle.classGenerateInputStreamsFromFilesHandlerthat, for each resource, generates a static method with a name derived from the resource name usingNamer.simplifyResourceName(String)andNamer.nameMember(String).classGenerateMessagesFromPropertiesHandlerthat generates message classes fromPropertiesfiles usingLocales to match localized strings andMessageFormatto create typed method signatures.classGenerateStringsFromTextMethods in uk.autores.handling that return types with arguments of type Handler Modifier and Type Method Description Class<? extends Handler>handler()Enables non-default resource handling.
-