Class JsonPointerExtractorInterceptor

java.lang.Object
com.predic8.membrane.core.interceptor.AbstractInterceptor
com.predic8.membrane.core.interceptor.json.JsonPointerExtractorInterceptor
All Implemented Interfaces:
Interceptor

public class JsonPointerExtractorInterceptor extends AbstractInterceptor
Description
Based on JSON pointer. The interceptor takes values from JSON request body and puts them into Exchange object as properties. If the pointer is not found, an exception will be thrown (resulting in Outcome.ABORT).
Topic
4. Interceptors/Features