Interface MediaTypeWithPriority
-
- All Known Implementing Classes:
RestClientDefaultConsumesBuildItem,RestClientDefaultProducesBuildItem
public interface MediaTypeWithPriority
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMediaType()intgetPriority()
-
-
-
Method Detail
-
getPriority
int getPriority()
-
getMediaType
String getMediaType()
-
-