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