Interface MissingMessageBodyReaderErrorMessageContextualizer.Input
-
- Enclosing interface:
- MissingMessageBodyReaderErrorMessageContextualizer
public static interface MissingMessageBodyReaderErrorMessageContextualizer.Input
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Annotation[]annotations()TypegenericType()jakarta.ws.rs.core.MediaTypemediaType()Class<?>type()
-
-
-
Method Detail
-
type
Class<?> type()
-
genericType
Type genericType()
-
annotations
Annotation[] annotations()
-
mediaType
jakarta.ws.rs.core.MediaType mediaType()
-
-