| Class | Description |
|---|---|
| ExtractorClassValidationUtils |
Utils to validate extractor classes in FeatureDef config, to check if extractor classes are defined in jars
This is designed for independent usage of FeatureConsumerConfValidator or FeatureProducerConfValidator,
as extractor class validation has different Gradle task dependency from general Frame config validation (performed by
FeatureConsumerConfValidator or FeatureProducerConfValidator).
|
| FeatureConsumerConfValidator |
Validator specific for Frame feature consumer clients.
|
| FeatureProducerConfValidator |
validator specific for Frame feature producer clients
|
| TypesafeConfigValidator | Deprecated
package private use only, please use
FeatureConsumerConfValidator or
FeatureProducerConfValidator as needed
This class implements ConfigValidator using the Lightbend (aka Typesafe) Config Library. |