Uses of Class
de.gematik.refv.SupportedValidationModule
-
-
Uses of SupportedValidationModule in de.gematik.refv
Methods in de.gematik.refv that return SupportedValidationModule Modifier and Type Method Description static SupportedValidationModuleSupportedValidationModule. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportedValidationModule[]SupportedValidationModule. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gematik.refv that return types with arguments of type SupportedValidationModule Modifier and Type Method Description static Optional<SupportedValidationModule>SupportedValidationModule. fromString(String name)Methods in de.gematik.refv with parameters of type SupportedValidationModule Modifier and Type Method Description ValidationModuleValidationModuleFactory. createValidationModule(@NonNull SupportedValidationModule module)
-