Class PayloadValidator<T>

java.lang.Object
org.springframework.integration.test.support.AbstractResponseValidator<T>
org.springframework.integration.test.support.PayloadValidator<T>
All Implemented Interfaces:
MessageHandler

public abstract class PayloadValidator<T> extends AbstractResponseValidator<T>
Validate a message payload. Create an anonymous instance or subclass this to validate a response payload.
Author:
David Turanski
  • Constructor Details

    • PayloadValidator

      public PayloadValidator()
  • Method Details

    • extractPayload

      protected final boolean extractPayload()
      Description copied from class: AbstractResponseValidator
      If true will extract the payload as the parameter for validateResponse()
      Specified by:
      extractPayload in class AbstractResponseValidator<T>
      Returns:
      true to extract the payload; false to process the message.