Class AbstractMessageMatcherComposite<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.commons.logging.Log logger  
      protected org.apache.commons.logging.Log LOGGER
      Deprecated.
      since 5.4 in favor of logger
    • Field Detail

      • logger

        protected final org.apache.commons.logging.Log logger
      • LOGGER

        @Deprecated
        protected final org.apache.commons.logging.Log LOGGER
        Deprecated.
        since 5.4 in favor of logger
    • Method Detail

      • getMessageMatchers

        public java.util.List<MessageMatcher<T>> getMessageMatchers()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object