Uses of Enum Class
org.glassfish.spec.SpecMode
Packages that use SpecMode
-
Uses of SpecMode in org.glassfish.spec
Fields in org.glassfish.spec declared as SpecModeModifier and TypeFieldDescriptionprivate SpecMode
Spec.specMode
The Spec mode ("javaee"
or"jakarta"
).Fields in org.glassfish.spec with type parameters of type SpecModeModifier and TypeFieldDescriptionSpecMode.STR_TO_SPECMODE_MAP
Spec mode name to SpecMode instance conversion map.Methods in org.glassfish.spec that return SpecModeModifier and TypeMethodDescriptionstatic SpecMode
SpecMode.getSpecMode
(String name) Get spec plugin mode with corresponding name.static SpecMode
Returns the enum constant of this class with the specified name.static SpecMode[]
SpecMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.