Package | Description |
---|---|
org.wildfly.common.selector |
Classes which implement a selector pattern, which enables a global provider of some service to be selected
depending on context.
|
Modifier and Type | Method and Description |
---|---|
static <T> Selector.Getter<T> |
Selector.selectorGetterFor(Class<T> clazz)
Get an efficient, unchecked selector getter for a given class.
|
Modifier and Type | Method and Description |
---|---|
static <T> PrivilegedAction<Selector.Getter<T>> |
Selector.selectorGetterActionFor(Class<T> clazz)
Get a privileged action which returns the getter for a selector.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.