Uses of Class
org.openehealth.ipf.platform.camel.core.adapter.ValidatorAdapter
Packages that use ValidatorAdapter
Package
Description
-
Uses of ValidatorAdapter in org.openehealth.ipf.platform.camel.core.adapter
Methods in org.openehealth.ipf.platform.camel.core.adapter that return ValidatorAdapterModifier and TypeMethodDescriptionValidatorAdapter.profile
(Expression profileExpression) Sets the profile expression to validate the input data against.ValidatorAdapter.staticProfile
(Object profile) Sets the profile to validate the input data against. -
Uses of ValidatorAdapter in org.openehealth.ipf.platform.camel.core.builder
Methods in org.openehealth.ipf.platform.camel.core.builder that return ValidatorAdapterModifier and TypeMethodDescriptionRouteHelper.schematronValidator()
Creates a newValidatorAdapter
that adapts the givenSchematronValidator
.Creates a newValidatorAdapter
that adapts aValidator
Spring bean identified by namevalidatorBeanName
.Creates a newValidatorAdapter
that adapts the givenvalidator
.RouteHelper.xsdValidator()
Creates a newValidatorAdapter
that adapts the givenXsdValidator
.