Uses of Interface
org.linuxforhealth.fhir.model.constraint.spi.ConstraintProvider
-
Packages that use ConstraintProvider Package Description org.linuxforhealth.fhir.model.constraint.spi org.linuxforhealth.fhir.profile.constraint.spi -
-
Uses of ConstraintProvider in org.linuxforhealth.fhir.model.constraint.spi
Subinterfaces of ConstraintProvider in org.linuxforhealth.fhir.model.constraint.spi Modifier and Type Interface Description interface
ModelConstraintProvider
An interface that extendsConstraintProvider
with a method that determines whether this constraint provider applies to a specific model classClasses in org.linuxforhealth.fhir.model.constraint.spi that implement ConstraintProvider Modifier and Type Class Description class
AbstractConstraintProvider
An abstract base class that implements theConstraintProider
interfaceclass
AbstractModelConstraintProvider
An abstract base class that extendsAbstractConstraintProvider
and implementsModelConstraintProvider
Methods in org.linuxforhealth.fhir.model.constraint.spi with type parameters of type ConstraintProvider Modifier and Type Method Description static <T extends ConstraintProvider>
java.util.List<T>ConstraintProvider. providers(java.lang.Class<T> providerClass)
Get the list of constraint provider instances of the given type from the ServiceLoader. -
Uses of ConstraintProvider in org.linuxforhealth.fhir.profile.constraint.spi
Subinterfaces of ConstraintProvider in org.linuxforhealth.fhir.profile.constraint.spi Modifier and Type Interface Description interface
ProfileConstraintProvider
An interface that extendsConstraintProvider
with a method that determines whether this constraint provider applies to a specific profileClasses in org.linuxforhealth.fhir.profile.constraint.spi that implement ConstraintProvider Modifier and Type Class Description class
AbstractProfileConstraintProvider
-