This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit f5956dc525a43fba403c8962e332ee418f041dc0 Author: Xin Wang <[email protected]> AuthorDate: Wed Jun 6 00:17:03 2018 +0800 [BEAM-4479] change getDefaultCoder to getCoder --- content/documentation/programming-guide/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/documentation/programming-guide/index.html b/content/documentation/programming-guide/index.html index 4271fe6..03aada3 100644 --- a/content/documentation/programming-guide/index.html +++ b/content/documentation/programming-guide/index.html @@ -2429,7 +2429,7 @@ The following table shows the standard mapping:</p> <h4 id="default-coder-lookup">6.2.1. Looking up a default coder</h4> -<p class="language-java">You can access the <code class="highlighter-rouge">CoderRegistry</code> for a given pipeline +<p class="language-java">You can use the method <code class="highlighter-rouge">CoderRegistry.getCoder</code> to determine the default Coder for a Java type. You can access the <code class="highlighter-rouge">CoderRegistry</code> for a given pipeline by using the method <code class="highlighter-rouge">Pipeline.getCoderRegistry</code>. This allows you to determine (or set) the default Coder for a Java type on a per-pipeline basis: i.e. “for this pipeline, verify that Integer values are encoded using -- To stop receiving notification emails like this one, please contact [email protected].
