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 classGlobalSelector<T>Deprecated.UseContextualinstead.classThreadLocalSelector<T>Deprecated.UseContextualinstead.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 thenullselector.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> voidSelector. setSelectorFor(java.lang.Class<T> clazz, Selector<T> selector)Deprecated.Set the selector for a given class.
-