Interface MissingMessageBodyReaderErrorMessageContextualizer


  • public interface MissingMessageBodyReaderErrorMessageContextualizer
    • Method Detail

      • provideContextMessage

        String provideContextMessage​(MissingMessageBodyReaderErrorMessageContextualizer.Input input)
        Takes the same input as MessageBodyReader.isReadable(Class, Type, Annotation[], MediaType) and returns a String that contextualizes the error message. The result can be null if this class is not able to provide any useful context information.