Uses of Class
org.wildfly.common.selector.Selector
-
Packages that use Selector Package Description org.wildfly.common.selector -
-
Uses of Selector in org.wildfly.common.selector
Subclasses of Selector in org.wildfly.common.selector Modifier and Type Class Description class
GlobalSelector<T>
Deprecated.UseContextual
instead.class
ThreadLocalSelector<T>
Deprecated.UseContextual
instead.Methods in org.wildfly.common.selector that return Selector Modifier and Type Method Description Selector<T>
Selector.Getter. getSelector()
Get the selector for this getter.static <T> Selector<T>
Selector. nullSelector()
Deprecated.Get thenull
selector.static <T> Selector<T>
Selector. selectorFor(java.lang.Class<T> clazz)
Deprecated.Get the selector for a given class.Methods in org.wildfly.common.selector that return types with arguments of type Selector Modifier and Type Method Description java.lang.Class<? extends Selector<?>>
value()
Deprecated.The selector implementation class to use.Methods in org.wildfly.common.selector with parameters of type Selector 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.
-