Class CompositeWebRequestRule

  • All Implemented Interfaces:
    WebRequestRule

    public class CompositeWebRequestRule
    extends java.lang.Object
    implements WebRequestRule
    Composite WebRequestRule
    Since:
    1.0.0
    Author:
    Mercy
    See Also:
    org.springframework.web.servlet.mvc.condition.CompositeRequestCondition, org.springframework.web.reactive.result.condition.CompositeRequestCondition
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(org.springframework.web.context.request.NativeWebRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompositeWebRequestRule

        public CompositeWebRequestRule​(WebRequestRule... requestRules)
    • Method Detail

      • matches

        public boolean matches​(org.springframework.web.context.request.NativeWebRequest request)
        Specified by:
        matches in interface WebRequestRule