Uses of Record Class
com.svenruppert.jsentinel.rest.openapi.JSentinelRequirement
Packages that use JSentinelRequirement
-
Uses of JSentinelRequirement in com.svenruppert.jsentinel.rest.openapi
Methods in com.svenruppert.jsentinel.rest.openapi that return types with arguments of type JSentinelRequirementModifier and TypeMethodDescriptionHandlerJSentinelMetadata.classLevel()Returns the value of theclassLevelrecord component.HandlerJSentinelMetadata.methods()Returns the value of themethodsrecord component.Constructor parameters in com.svenruppert.jsentinel.rest.openapi with type arguments of type JSentinelRequirementModifierConstructorDescriptionHandlerJSentinelMetadata(String handlerClassName, List<JSentinelRequirement> classLevel, Map<String, List<JSentinelRequirement>> methods) Validates the components and freezes the collections.HandlerJSentinelMetadata(String handlerClassName, List<JSentinelRequirement> classLevel, Map<String, List<JSentinelRequirement>> methods) Validates the components and freezes the collections.