Class ContentPattern<T>

    • Field Detail

      • expectedValue

        protected final T expectedValue
    • Constructor Detail

      • ContentPattern

        public ContentPattern​(T expectedValue)
    • Method Detail

      • getValue

        public T getValue()
      • isNullValuePermitted

        protected boolean isNullValuePermitted()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object