public final class NotifierUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
convertToCamelCase(String string) |
static <C extends PayaraNotifierConfiguration> |
getConfigurationClass(Class<?> notifierClass) |
static String |
getNotifierName(org.glassfish.hk2.api.ActiveDescriptor<?> descriptor) |
static Set<String> |
getNotifierNames(org.glassfish.hk2.api.ServiceLocator serviceLocator)
List the names of all registered notifiers
|
public static final String getNotifierName(org.glassfish.hk2.api.ActiveDescriptor<?> descriptor)
descriptor - the HK2 service descriptor for the notifierpublic static final Set<String> getNotifierNames(org.glassfish.hk2.api.ServiceLocator serviceLocator)
serviceLocator - the service locator to use to find the notifiersgetNotifierName(ActiveDescriptor)public static <C extends PayaraNotifierConfiguration> Class<C> getConfigurationClass(Class<?> notifierClass)
C - a generic class of the notifier configuration classnotifierClass - the notifier of the classCopyright © 2021. All rights reserved.