public abstract static class DoFnSignature.GetRestrictionCoderMethod extends java.lang.Object implements DoFnSignature.DoFnMethod
DoFn.GetRestrictionCoder method.| Constructor and Description |
|---|
GetRestrictionCoderMethod() |
| Modifier and Type | Method and Description |
|---|---|
abstract TypeDescriptor<?> |
coderT()
Type of the returned
Coder. |
abstract java.lang.reflect.Method |
targetMethod()
The annotated method itself.
|
public abstract java.lang.reflect.Method targetMethod()
targetMethod in interface DoFnSignature.DoFnMethodpublic abstract TypeDescriptor<?> coderT()
Coder.