Class WebFluxNameValueExpressionWrapper<T>
- java.lang.Object
-
- springfox.documentation.spring.web.WebFluxNameValueExpressionWrapper<T>
-
- All Implemented Interfaces:
NameValueExpression<T>
public class WebFluxNameValueExpressionWrapper<T> extends java.lang.Object implements 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<NameValueExpression<T>>
from(java.util.Set<org.springframework.web.reactive.result.condition.NameValueExpression<T>> springSet)
java.lang.String
getName()
T
getValue()
int
hashCode()
boolean
isNegated()
-
-
-
Method Detail
-
from
public static <T> java.util.Set<NameValueExpression<T>> from(java.util.Set<org.springframework.web.reactive.result.condition.NameValueExpression<T>> springSet)
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceNameValueExpression<T>
-
getValue
public T getValue()
- Specified by:
getValue
in interfaceNameValueExpression<T>
-
isNegated
public boolean isNegated()
- Specified by:
isNegated
in interfaceNameValueExpression<T>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-