Uses of Enum Class
com.svenruppert.jsentinel.rest.openapi.JSentinelRequirement.Scheme
Packages that use JSentinelRequirement.Scheme
-
Uses of JSentinelRequirement.Scheme in com.svenruppert.jsentinel.rest.openapi
Subclasses with type arguments of type JSentinelRequirement.Scheme in com.svenruppert.jsentinel.rest.openapiModifier and TypeClassDescriptionstatic enumWhat the requirement is about.Methods in com.svenruppert.jsentinel.rest.openapi that return JSentinelRequirement.SchemeModifier and TypeMethodDescriptionJSentinelRequirement.scheme()Returns the value of theschemerecord component.static JSentinelRequirement.SchemeReturns the enum constant of this class with the specified name.static JSentinelRequirement.Scheme[]JSentinelRequirement.Scheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.svenruppert.jsentinel.rest.openapi with parameters of type JSentinelRequirement.SchemeModifierConstructorDescriptionJSentinelRequirement(JSentinelRequirement.Scheme scheme, JSentinelRequirement.Operator operator, List<String> values) Validates the components and freezes the values list.