Package org.apache.wayang.core.api.configuration
package org.apache.wayang.core.api.configuration
-
ClassDescriptionCollectionProvider<Value>Provides a
Collectionof objects.ConstantValueProvider<Value>Used byConfigurations to provide some value.ExplicitCollectionProvider<Value>CollectionProviderimplementation based on a blacklist and a whitelist.FunctionalCollectionProvider<Value>CollectionProviderimplementation based on a blacklist and a whitelist.FunctionalKeyValueProvider<Key,Value> Implementation ofKeyValueProviderthat uses aFunctionto provide a value.FunctionalValueProvider<Value>Used byConfigurations to provide some value.KeyValueProvider<Key,Value> Used byConfigurations to provide some value.MapBasedKeyValueProvider<Key,Value> Implementation ofKeyValueProviderthat uses aMapto provide a value.ValueProvider<Value>Used byConfigurations to provide some value.