public class WebMvcNameValueExpressionWrapper<T>
extends java.lang.Object
implements springfox.documentation.spring.wrapper.NameValueExpression<T>
| Modifier and Type | Method and 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() |
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)
public java.lang.String getName()
getName in interface springfox.documentation.spring.wrapper.NameValueExpression<T>public T getValue()
getValue in interface springfox.documentation.spring.wrapper.NameValueExpression<T>public boolean isNegated()
isNegated in interface springfox.documentation.spring.wrapper.NameValueExpression<T>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object