Class JsonMappingValidationProcessor<T>
java.lang.Object
org.citrusframework.validation.AbstractValidationProcessor<T>
org.citrusframework.validation.json.JsonMappingValidationProcessor<T>
- All Implemented Interfaces:
MessageProcessor,MessageTransformer,ReferenceResolverAware,GenericValidationProcessor<T>,ValidationProcessor
- Since:
- 2.4
- Author:
- Christoph Deppisch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder. -
Field Summary
Fields inherited from class org.citrusframework.validation.AbstractValidationProcessor
referenceResolverFields inherited from interface org.citrusframework.message.MessageProcessor
RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
ConstructorsConstructorDescriptionJsonMappingValidationProcessor(Class<T> resultType) Default constructor.JsonMappingValidationProcessor(Class<T> resultType, com.fasterxml.jackson.databind.ObjectMapper mapper) Default constructor with object mapper. -
Method Summary
Methods inherited from class org.citrusframework.validation.AbstractValidationProcessor
setReferenceResolverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.validation.GenericValidationProcessor
validateMethods inherited from interface org.citrusframework.message.MessageProcessor
transformMethods inherited from interface org.citrusframework.validation.ValidationProcessor
process
-
Constructor Details
-
Method Details
-
validate
- Specified by:
validatein interfaceValidationProcessor- Overrides:
validatein classAbstractValidationProcessor<T>
-