Uses of Enum Class
net.kaczmarzyk.spring.data.jpa.web.annotation.MissingPathVarPolicy
Packages that use MissingPathVarPolicy
Package
Description
-
Uses of MissingPathVarPolicy in net.kaczmarzyk.spring.data.jpa.web
Methods in net.kaczmarzyk.spring.data.jpa.web with parameters of type MissingPathVarPolicyModifier and TypeMethodDescriptionProcessingContext.getPathVariableValue(String pathVariableName, MissingPathVarPolicy missingPathVarPolicy) StandaloneProcessingContext.getPathVariableValue(String pathVariableName, MissingPathVarPolicy missingPathVarPolicy) WebRequestProcessingContext.getPathVariableValue(String pathVariableName, MissingPathVarPolicy missingPathVarPolicy) -
Uses of MissingPathVarPolicy in net.kaczmarzyk.spring.data.jpa.web.annotation
Methods in net.kaczmarzyk.spring.data.jpa.web.annotation that return MissingPathVarPolicyModifier and TypeMethodDescriptionstatic MissingPathVarPolicyReturns the enum constant of this class with the specified name.static MissingPathVarPolicy[]MissingPathVarPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.