public class MessagesInvoker extends ResourcesInvoker implements InvocationHandler
| Constructor and Description |
|---|
MessagesInvoker(Class<?> clazz,
MessageLoggerFactory loggers) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAnnotationPattern(Method method) |
protected String |
getBundleName() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
String |
toString() |
findBundle, getBundlePattern, getDefaultPattern, getPattern, getTextpublic MessagesInvoker(Class<?> clazz, MessageLoggerFactory loggers)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerinvoke in class ResourcesInvokerThrowableprotected String getAnnotationPattern(Method method)
getAnnotationPattern in class ResourcesInvokerprotected String getBundleName()
getBundleName in class ResourcesInvokerCopyright © 2022 The Apache Software Foundation. All rights reserved.