Uses of Enum Class
io.john.amiscaray.quak.security.config.EndpointMapping.RequestMethodMatcher
Packages that use EndpointMapping.RequestMethodMatcher
-
Uses of EndpointMapping.RequestMethodMatcher in io.john.amiscaray.quak.security.config
Methods in io.john.amiscaray.quak.security.config that return EndpointMapping.RequestMethodMatcherModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EndpointMapping.RequestMethodMatcher[]EndpointMapping.RequestMethodMatcher.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.john.amiscaray.quak.security.config that return types with arguments of type EndpointMapping.RequestMethodMatcherModifier and TypeMethodDescriptionEndpointMapping.methods()Returns the value of themethodsrecord component.Constructor parameters in io.john.amiscaray.quak.security.config with type arguments of type EndpointMapping.RequestMethodMatcherModifierConstructorDescriptionEndpointMapping(String url, List<EndpointMapping.RequestMethodMatcher> methods) Creates an instance of aEndpointMappingrecord class.