@Experimental(value=CORE_RUNNERS_ONLY) public interface CoderTranslator<T extends Coder<?>>
This interface is highly experimental, and incomplete. Coders must in the general case have the capability to encode an additional payload, which is not currently supported. This exists as a temporary measure.
| Modifier and Type | Method and Description |
|---|---|
T |
fromComponents(List<Coder<?>> components)
|
List<? extends Coder<?>> |
getComponents(T from)
Extract all component
coders within a coder. |
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.