public class AbstractMediaTypeExpression extends Object implements Comparable<AbstractMediaTypeExpression>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractMediaTypeExpression other) |
boolean |
equals(Object other) |
org.springframework.http.MediaType |
getMediaType() |
int |
hashCode() |
boolean |
isNegated() |
String |
toString() |
public org.springframework.http.MediaType getMediaType()
public boolean isNegated()
public int compareTo(AbstractMediaTypeExpression other)
compareTo in interface Comparable<AbstractMediaTypeExpression>Copyright © 2021 Pivotal Software, Inc.. All rights reserved.