Uses of Enum Class
com.svenruppert.jsentinel.rest.openapi.JSentinelRequirement.Operator
Packages that use JSentinelRequirement.Operator
-
Uses of JSentinelRequirement.Operator in com.svenruppert.jsentinel.rest.openapi
Subclasses with type arguments of type JSentinelRequirement.Operator in com.svenruppert.jsentinel.rest.openapiModifier and TypeClassDescriptionstatic enumHow thevaluescombine.Methods in com.svenruppert.jsentinel.rest.openapi that return JSentinelRequirement.OperatorModifier and TypeMethodDescriptionJSentinelRequirement.operator()Returns the value of theoperatorrecord component.Returns the enum constant of this class with the specified name.static JSentinelRequirement.Operator[]JSentinelRequirement.Operator.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.OperatorModifierConstructorDescriptionJSentinelRequirement(JSentinelRequirement.Scheme scheme, JSentinelRequirement.Operator operator, List<String> values) Validates the components and freezes the values list.