Interface Consuming
-
- All Known Implementing Classes:
ResourceMethod
public interface ConsumingModel component that is able to consume media types. A component implementing this interface provides additional information about the supported consumedmedia types.- Author:
- Jakub Podlesak, Marek Potociar
- See Also:
Consumes,Producing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<jakarta.ws.rs.core.MediaType>getConsumedTypes()Get the consumed media types supported by the component.
-
-
-
Method Detail
-
getConsumedTypes
List<jakarta.ws.rs.core.MediaType> getConsumedTypes()
Get the consumed media types supported by the component.- Returns:
- immutable collection of supported consumed media types.
-
-