Package com.rosetta.model.lib.meta
Interface RosettaMetaData<T extends RosettaModelObject>
- All Known Implementing Classes:
BasicRosettaMetaData,Key.KeyMeta
public interface RosettaMetaData<T extends RosettaModelObject>
-
Method Summary
Modifier and TypeMethodDescriptiondataRules(ValidatorFactory factory) List<Function<? super T, QualifyResult>> ValidatorWithArg<? super T, Set<String>> Deprecated.Since 9.37.0 - This method is deprecated and can be removed if models are all upgraded to this version or later.typeFormatValidator(ValidatorFactory factory) Deprecated.Since 9.37.0 - This method is deprecated and can be removed if models are all upgraded to this version or later.validator(ValidatorFactory factory)
-
Method Details
-
dataRules
-
getQualifyFunctions
-
validator
-
typeFormatValidator
-
validator
Deprecated.Since 9.37.0 - This method is deprecated and can be removed if models are all upgraded to this version or later. Usevalidator(ValidatorFactory)instead. -
typeFormatValidator
Deprecated.Since 9.37.0 - This method is deprecated and can be removed if models are all upgraded to this version or later. UsetypeFormatValidator(ValidatorFactory)instead. -
onlyExistsValidator
ValidatorWithArg<? super T,Set<String>> onlyExistsValidator()
-