Package | Description |
---|---|
org.jboss.resteasy.core | |
org.jboss.resteasy.util |
Modifier and Type | Field and Description |
---|---|
protected List<WeightedMediaType> |
ResourceMethod.preferredConsumes |
protected List<WeightedMediaType> |
ResourceMethod.preferredProduces |
Modifier and Type | Method and Description |
---|---|
List<WeightedMediaType> |
ResourceMethod.getPreferredConsumes()
Presorted list of preferred types, 1st entry is most preferred
|
List<WeightedMediaType> |
ResourceMethod.getPreferredProduces()
Presorted list of preferred types, 1st entry is most preferred
|
Modifier and Type | Method and Description |
---|---|
static WeightedMediaType |
WeightedMediaType.parse(MediaType tmp) |
static WeightedMediaType |
WeightedMediaType.valueOf(String type) |
Modifier and Type | Method and Description |
---|---|
int |
WeightedMediaType.compareTo(WeightedMediaType o) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.