public abstract static class DoFnSignature.LifecycleMethod extends java.lang.Object implements DoFnSignature.DoFnMethod
DoFn.Setup or DoFn.Teardown method.| Constructor and Description |
|---|
LifecycleMethod() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.reflect.Method |
targetMethod()
The annotated method itself.
|
public abstract java.lang.reflect.Method targetMethod()
targetMethod in interface DoFnSignature.DoFnMethod