| Package | Description |
|---|---|
| org.wildfly.common.selector |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GlobalSelector<T> |
Deprecated.
Use
Contextual instead. |
class |
ThreadLocalSelector<T> |
Deprecated.
Use
Contextual instead. |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
static <T> void |
Selector.setSelectorFor(java.lang.Class<T> clazz,
Selector<T> selector) |
Deprecated.
Set the selector for a given class.
|
Copyright © 2018 JBoss, a division of Red Hat, Inc.