Interface Consuming
- All Known Implementing Classes:
ResourceMethod
public interface Consuming
Model component that is able to consume media types.
A component implementing this interface provides additional information about
the supported consumed
media types
.- See Also:
-
Consumes
Producing
-
Method Summary
Modifier and TypeMethodDescriptionList<javax.ws.rs.core.MediaType>
Get the consumed media types supported by the component.
-
Method Details
-
getConsumedTypes
List<javax.ws.rs.core.MediaType> getConsumedTypes()Get the consumed media types supported by the component.- Returns:
- immutable collection of supported consumed media types.
-