public abstract class JsonMappingValidationCallback<T> extends AbstractValidationCallback<T>
applicationContext
Constructor and Description |
---|
JsonMappingValidationCallback(Class<T> resultType)
Default constructor.
|
JsonMappingValidationCallback(Class<T> resultType,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
Default constructor with object mapper.
|
Modifier and Type | Method and Description |
---|---|
void |
validate(Message message,
TestContext context)
Validate callback method with received message.
|
setApplicationContext, validate
public JsonMappingValidationCallback(Class<T> resultType)
public void validate(Message message, TestContext context)
ValidationCallback
validate
in interface ValidationCallback
validate
in class AbstractValidationCallback<T>
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.