Uses of Class
org.wildfly.common.selector.Selector
Packages that use Selector
-
Uses of Selector in org.wildfly.common.selector
Subclasses of Selector in org.wildfly.common.selectorModifier and TypeClassDescriptionfinal classDeprecated.final classDeprecated.UseContextualinstead.Methods in org.wildfly.common.selector that return SelectorModifier and TypeMethodDescriptionSelector.Getter.getSelector()Get the selector for this getter.static <T> Selector<T>Selector.nullSelector()Deprecated.Get thenullselector.static <T> Selector<T>Selector.selectorFor(Class<T> clazz) Deprecated.Get the selector for a given class.Methods in org.wildfly.common.selector with parameters of type SelectorModifier and TypeMethodDescriptionstatic <T> voidSelector.setSelectorFor(Class<T> clazz, Selector<T> selector) Deprecated.Set the selector for a given class.
Contextualinstead.