Uses of Class
com.alibaba.nacos.api.selector.SelectorType
-
Packages that use SelectorType Package Description com.alibaba.nacos.api.selector -
-
Uses of SelectorType in com.alibaba.nacos.api.selector
Methods in com.alibaba.nacos.api.selector that return SelectorType Modifier and Type Method Description static SelectorTypeSelectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectorType[]SelectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-