Interface MissingMessageBodyReaderErrorMessageContextualizer
public interface MissingMessageBodyReaderErrorMessageContextualizer
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionTakes the same input asMessageBodyReader.isReadable(Class, Type, Annotation[], MediaType)and returns aStringthat contextualizes the error message.
-
Method Details
-
provideContextMessage
Takes the same input asMessageBodyReader.isReadable(Class, Type, Annotation[], MediaType)and returns aStringthat contextualizes the error message. The result can be null if this class is not able to provide any useful context information.
-