You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/02/09 17:33:52 UTC

[18/51] [partial] incubator-juneau-website git commit: Update for 6.1.0

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/beb5f5d0/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html
index f8ae442..208768d 100644
--- a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserContext.html
@@ -123,30 +123,15 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserContext.html#line.49">MsgPackParserContext</a>
+<pre>public final class <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserContext.html#line.34">MsgPackParserContext</a>
 extends <a href="../../../../org/apache/juneau/parser/ParserContext.html" title="class in org.apache.juneau.parser">ParserContext</a></pre>
 <div class="block">Configurable properties on the <a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html" title="class in org.apache.juneau.msgpack"><code>MsgPackParser</code></a> class.
  <p>
  Context properties are set by calling <a href="../../../../org/apache/juneau/ContextFactory.html#setProperty-java.lang.String-java.lang.Object-"><code>ContextFactory.setProperty(String, Object)</code></a> on the context factory
  returned <a href="../../../../org/apache/juneau/CoreApi.html#getContextFactory--"><code>CoreApi.getContextFactory()</code></a>.
  <p>
- The following convenience methods are also provided for setting context properties:
- <ul>
-   <li><a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html#setProperty-java.lang.String-java.lang.Object-"><code>MsgPackParser.setProperty(String,Object)</code></a>
-   <li><a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html#setProperties-org.apache.juneau.ObjectMap-"><code>MsgPackParser.setProperties(ObjectMap)</code></a>
-   <li><a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html#addNotBeanClasses-java.lang.Class...-"><code>MsgPackParser.addNotBeanClasses(Class[])</code></a>
-   <li><a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html#addBeanFilters-java.lang.Class...-"><code>MsgPackParser.addBeanFilters(Class[])</code></a>
-   <li><a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html#addPojoSwaps-java.lang.Class...-"><code>MsgPackParser.addPojoSwaps(Class[])</code></a>
-   <li><a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html#addToDictionary-java.lang.Class...-"><code>MsgPackParser.addToDictionary(Class[])</code></a>
-   <li><a href="../../../../org/apache/juneau/msgpack/MsgPackParser.html#addImplClass-java.lang.Class-java.lang.Class-"><code>MsgPackParser.addImplClass(Class,Class)</code></a>
- </ul>
- <p>
  See <a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau"><code>ContextFactory</code></a> for more information about context properties.
 
- <h6 class='topic' id='ConfigProperties'>Configurable properties on the MessagePack parser</h6>
- <p>
-   None.
-
  <h5 class='section'>Inherited configurable properties:</h5>
  <ul class='javahierarchy'>
    <li class='c'><a class="doclink" href="../BeanContext.html#ConfigProperties">BeanContext</a> - Properties associated with handling beans on serializers and parsers.
@@ -261,7 +246,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserContext.html" title=
 <ul class="blockListLast">
 <li class="blockList">
 <h4>MsgPackParserContext</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserContext.html#line.58">MsgPackParserContext</a>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a>&nbsp;cf)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserContext.html#line.43">MsgPackParserContext</a>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a>&nbsp;cf)</pre>
 <div class="block">Constructor.
  <p>
  Typically only called from <a href="../../../../org/apache/juneau/ContextFactory.html#getContext-java.lang.Class-"><code>ContextFactory.getContext(Class)</code></a>.</div>
@@ -285,7 +270,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserContext.html" title=
 <ul class="blockListLast">
 <li class="blockList">
 <h4>asMap</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserContext.html#line.63">asMap</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserContext.html#line.48">asMap</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/Context.html#asMap--">Context</a></code></span></div>
 <div class="block">Returns the properties defined on this bean context as a simple map for debugging purposes.</div>
 <dl>