Class ValueProvider.StaticValueProvider<T>

java.lang.Object
org.apache.beam.sdk.options.ValueProvider.StaticValueProvider<T>
All Implemented Interfaces:
Serializable, ValueProvider<T>
Enclosing interface:
ValueProvider<T>

public static class ValueProvider.StaticValueProvider<T> extends Object implements ValueProvider<T>, Serializable
ValueProvider.StaticValueProvider is an implementation of ValueProvider that allows for a static value to be provided.
See Also: