Package org.apache.beam.sdk.options
Class ValueProvider.Serializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<ValueProvider<?>>
org.apache.beam.sdk.options.ValueProvider.Serializer
- All Implemented Interfaces:
 JsonFormatVisitable
- Enclosing interface:
 ValueProvider<T>
For internal use only; no backwards compatibility guarantees.
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
JsonSerializer.None - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(ValueProvider<?> value, JsonGenerator jgen, SerializerProvider provider) Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId 
- 
Constructor Details
- 
Serializer
public Serializer() 
 - 
 - 
Method Details
- 
serialize
public void serialize(ValueProvider<?> value, JsonGenerator jgen, SerializerProvider provider) throws IOException - Specified by:
 serializein classJsonSerializer<ValueProvider<?>>- Throws:
 IOException
 
 -