Class AbstractConstraint
java.lang.Object
com.github.damianwajser.validator.constraint.AbstractConstraint
- Direct Known Subclasses:
NotEmptyConstraint
public abstract class AbstractConstraint extends Object
-
Constructor Summary
Constructors Constructor Description AbstractConstraint() -
Method Summary
Modifier and Type Method Description protected Optional<org.springframework.http.HttpMethod>getCurrentHttpMethod()protected Optional<javax.servlet.http.HttpServletRequest>getCurrentHttpRequest()protected booleanmethodExclude(org.springframework.http.HttpMethod[] excludes)
-
Constructor Details
-
AbstractConstraint
public AbstractConstraint()
-
-
Method Details
-
getCurrentHttpRequest
-
getCurrentHttpMethod
-
methodExclude
protected boolean methodExclude(org.springframework.http.HttpMethod[] excludes)
-