Uses of Class
org.wildfly.common.selector.Selector.Getter
Packages that use Selector.Getter
-
Uses of Selector.Getter in org.wildfly.common.selector
Methods in org.wildfly.common.selector that return Selector.GetterModifier and TypeMethodDescriptionstatic <T> Selector.Getter<T>Selector.selectorGetterFor(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.GetterModifier and TypeMethodDescriptionstatic <T> PrivilegedAction<Selector.Getter<T>>Selector.selectorGetterActionFor(Class<T> clazz) Deprecated.Get a privileged action which returns the getter for a selector.