Uses of Class
org.wildfly.common.selector.Selector.Getter
-
Packages that use Selector.Getter Package Description org.wildfly.common.selector -
-
Uses of Selector.Getter in org.wildfly.common.selector
Methods in org.wildfly.common.selector that return Selector.Getter Modifier and Type Method Description static <T> Selector.Getter<T>
Selector. selectorGetterFor(java.lang.Class<T> clazz)
Deprecated.Get an efficient, unchecked selector getter for a given class.Methods in org.wildfly.common.selector that return types with arguments of type Selector.Getter Modifier and Type Method Description static <T> java.security.PrivilegedAction<Selector.Getter<T>>
Selector. selectorGetterActionFor(java.lang.Class<T> clazz)
Deprecated.Get a privileged action which returns the getter for a selector.
-