Package | Description |
---|---|
org.wildfly.common.selector |
Modifier and Type | Class and Description |
---|---|
class |
GlobalSelector<T>
Deprecated.
Use
Contextual instead. |
class |
ThreadLocalSelector<T>
Deprecated.
Use
Contextual instead. |
Modifier and Type | Method and Description |
---|---|
Selector<T> |
Selector.Getter.getSelector()
Get the selector for this getter.
|
static <T> Selector<T> |
Selector.nullSelector()
Deprecated.
Get the
null selector. |
static <T> Selector<T> |
Selector.selectorFor(java.lang.Class<T> clazz)
Deprecated.
Get the selector for a given class.
|
Modifier and Type | Method and Description |
---|---|
static <T> void |
Selector.setSelectorFor(java.lang.Class<T> clazz,
Selector<T> selector)
Deprecated.
Set the selector for a given class.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.