Class WebMvcNameValueExpressionWrapper<T>

  • All Implemented Interfaces:
    springfox.documentation.spring.wrapper.NameValueExpression<T>

    public class WebMvcNameValueExpressionWrapper<T>
    extends java.lang.Object
    implements springfox.documentation.spring.wrapper.NameValueExpression<T>
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      static <T> java.util.Set<springfox.documentation.spring.wrapper.NameValueExpression<T>> from​(java.util.Set<org.springframework.web.servlet.mvc.condition.NameValueExpression<T>> springSet)  
      java.lang.String getName()  
      T getValue()  
      int hashCode()  
      boolean isNegated()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • from

        public static <T> java.util.Set<springfox.documentation.spring.wrapper.NameValueExpression<T>> from​(java.util.Set<org.springframework.web.servlet.mvc.condition.NameValueExpression<T>> springSet)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface springfox.documentation.spring.wrapper.NameValueExpression<T>
      • getValue

        public T getValue()
        Specified by:
        getValue in interface springfox.documentation.spring.wrapper.NameValueExpression<T>
      • isNegated

        public boolean isNegated()
        Specified by:
        isNegated in interface springfox.documentation.spring.wrapper.NameValueExpression<T>
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object