public interface ValidationConfig
| Modifier and Type | Method and Description |
|---|---|
default AttributesDeserializingStrategies |
getAttributesDeserializingStrategies() |
org.mule.runtime.core.api.el.ExpressionManager |
getExpressionManager() |
ApiKitJsonSchema |
getJsonSchema(String schemaPath) |
Schema |
getXmlSchema(String schemaPath) |
default boolean |
isDisableValidations() |
default boolean |
isHeadersStrictValidation() |
boolean |
isParserV2() |
default boolean |
isQueryParamsStrictValidation() |
boolean isParserV2()
ApiKitJsonSchema getJsonSchema(String schemaPath) throws ExecutionException
ExecutionExceptionSchema getXmlSchema(String schemaPath) throws ExecutionException
ExecutionExceptionorg.mule.runtime.core.api.el.ExpressionManager getExpressionManager()
default boolean isDisableValidations()
default boolean isQueryParamsStrictValidation()
default boolean isHeadersStrictValidation()
default AttributesDeserializingStrategies getAttributesDeserializingStrategies()
Copyright © 2025. All rights reserved.