http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/beb5f5d0/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerContext.html b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerContext.html index ada3c67..de84fe2 100644 --- a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerContext.html +++ b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerContext.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/MsgPackSerializerContext.html#line.49">MsgPackSerializerContext</a> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackSerializerContext.html#line.34">MsgPackSerializerContext</a> extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html" title="class in org.apache.juneau.serializer">SerializerContext</a></pre> <div class="block">Configurable properties on the <a href="../../../../org/apache/juneau/msgpack/MsgPackSerializer.html" title="class in org.apache.juneau.msgpack"><code>MsgPackSerializer</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/MsgPackSerializer.html#setProperty-java.lang.String-java.lang.Object-"><code>MsgPackSerializer.setProperty(String,Object)</code></a> - <li><a href="../../../../org/apache/juneau/msgpack/MsgPackSerializer.html#setProperties-org.apache.juneau.ObjectMap-"><code>MsgPackSerializer.setProperties(ObjectMap)</code></a> - <li><a href="../../../../org/apache/juneau/msgpack/MsgPackSerializer.html#addNotBeanClasses-java.lang.Class...-"><code>MsgPackSerializer.addNotBeanClasses(Class[])</code></a> - <li><a href="../../../../org/apache/juneau/msgpack/MsgPackSerializer.html#addBeanFilters-java.lang.Class...-"><code>MsgPackSerializer.addBeanFilters(Class[])</code></a> - <li><a href="../../../../org/apache/juneau/msgpack/MsgPackSerializer.html#addPojoSwaps-java.lang.Class...-"><code>MsgPackSerializer.addPojoSwaps(Class[])</code></a> - <li><a href="../../../../org/apache/juneau/msgpack/MsgPackSerializer.html#addToDictionary-java.lang.Class...-"><code>MsgPackSerializer.addToDictionary(Class[])</code></a> - <li><a href="../../../../org/apache/juneau/msgpack/MsgPackSerializer.html#addImplClass-java.lang.Class-java.lang.Class-"><code>MsgPackSerializer.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 serializer</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/serializer/SerializerContext.html <ul class="blockListLast"> <li class="blockList"> <h4>MsgPackSerializerContext</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackSerializerContext.html#line.58">MsgPackSerializerContext</a>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> cf)</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackSerializerContext.html#line.43">MsgPackSerializerContext</a>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> 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/serializer/SerializerContext.html <ul class="blockListLast"> <li class="blockList"> <h4>asMap</h4> -<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackSerializerContext.html#line.63">asMap</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackSerializerContext.html#line.48">asMap</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <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>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/beb5f5d0/content/site/apidocs/org/apache/juneau/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/package-frame.html b/content/site/apidocs/org/apache/juneau/package-frame.html index 09d634a..0044002 100644 --- a/content/site/apidocs/org/apache/juneau/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/package-frame.html @@ -55,6 +55,7 @@ <h2 title="Exceptions">Exceptions</h2> <ul title="Exceptions"> <li><a href="BeanRuntimeException.html" title="class in org.apache.juneau" target="classFrame">BeanRuntimeException</a></li> +<li><a href="ConfigException.html" title="class in org.apache.juneau" target="classFrame">ConfigException</a></li> <li><a href="FormattedException.html" title="class in org.apache.juneau" target="classFrame">FormattedException</a></li> <li><a href="FormattedRuntimeException.html" title="class in org.apache.juneau" target="classFrame">FormattedRuntimeException</a></li> <li><a href="InvalidDataConversionException.html" title="class in org.apache.juneau" target="classFrame">InvalidDataConversionException</a></li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/beb5f5d0/content/site/apidocs/org/apache/juneau/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/package-summary.html b/content/site/apidocs/org/apache/juneau/package-summary.html index 80c0938..f803c9f 100644 --- a/content/site/apidocs/org/apache/juneau/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/package-summary.html @@ -321,24 +321,30 @@ </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="../../../org/apache/juneau/ConfigException.html" title="class in org.apache.juneau">ConfigException</a></td> +<td class="colLast"> +<div class="block">An exception that typically occurs when trying to perform an invalid operation on a configuration property.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="../../../org/apache/juneau/FormattedException.html" title="class in org.apache.juneau">FormattedException</a></td> <td class="colLast"> <div class="block">Subclass of non-runtime exceptions that take in a message and zero or more arguments.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../org/apache/juneau/FormattedRuntimeException.html" title="class in org.apache.juneau">FormattedRuntimeException</a></td> <td class="colLast"> <div class="block">Subclass of runtime exceptions that take in a message and zero or more arguments.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../org/apache/juneau/InvalidDataConversionException.html" title="class in org.apache.juneau">InvalidDataConversionException</a></td> <td class="colLast"> <div class="block">General invalid conversion exception.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></td> <td class="colLast"> <div class="block">Exception that gets thrown when trying to modify settings on a locked <a href="../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau"><code>Lockable</code></a> object.</div> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/beb5f5d0/content/site/apidocs/org/apache/juneau/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/package-tree.html b/content/site/apidocs/org/apache/juneau/package-tree.html index 47784dc..165e099 100644 --- a/content/site/apidocs/org/apache/juneau/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/package-tree.html @@ -162,6 +162,7 @@ <li type="circle">org.apache.juneau.<a href="../../../org/apache/juneau/FormattedRuntimeException.html" title="class in org.apache.juneau"><span class="typeNameLink">FormattedRuntimeException</span></a> <ul> <li type="circle">org.apache.juneau.<a href="../../../org/apache/juneau/BeanRuntimeException.html" title="class in org.apache.juneau"><span class="typeNameLink">BeanRuntimeException</span></a></li> +<li type="circle">org.apache.juneau.<a href="../../../org/apache/juneau/ConfigException.html" title="class in org.apache.juneau"><span class="typeNameLink">ConfigException</span></a></li> </ul> </li> <li type="circle">org.apache.juneau.<a href="../../../org/apache/juneau/InvalidDataConversionException.html" title="class in org.apache.juneau"><span class="typeNameLink">InvalidDataConversionException</span></a></li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/beb5f5d0/content/site/apidocs/org/apache/juneau/parser/InputStreamParser.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/InputStreamParser.html b/content/site/apidocs/org/apache/juneau/parser/InputStreamParser.html index 94b95e3..d9445c7 100644 --- a/content/site/apidocs/org/apache/juneau/parser/InputStreamParser.html +++ b/content/site/apidocs/org/apache/juneau/parser/InputStreamParser.html @@ -195,14 +195,14 @@ extends <a href="../../../../org/apache/juneau/parser/Parser.html" title="class <!-- --> </a> <h3>Methods inherited from class org.apache.juneau.parser.<a href="../../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser">Parser</a></h3> -<code><a href="../../../../org/apache/juneau/parser/Parser.html#addBeanFilters-java.lang.Class...-">addBeanFilters</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addImplClass-java.lang.Class-java.lang.Class-">addImplClass</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addListener-org.apache.juneau.parser.ParserListener-">addListener</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addNotBeanClasses-java.lang.Class...-">addNotBeanClasses</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addPojoSwaps-java.lang.Class...-">addPojoSwaps</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addToDictionary-java.lang.Class...-">addToDictionary</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#clone--">clone</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#convertAttrToType-org.apache.juneau.parser.ParserSession-java.lang.Object-java.lang.String-org.apache.juneau.ClassMeta-">convertAttrToType</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-">createSession</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">createSession</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#doParse-org.apache.juneau.parser.ParserSession-org.apache.juneau.ClassMeta-">doParse</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#doParseArgs-org.apache.juneau.parser.ParserSession-org.apache.juneau.ClassMeta:A-">doParseArgs</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#doParseIntoCollection-org.apache.juneau.parser.ParserSession-java.util.Collection-java.lang.reflect.Type-">doParseIntoCollection</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#doParseIntoMap-org.apache.juneau.parser.ParserSession-java.util.Map-java.lang.reflect. Type-java.lang.reflect.Type-">doParseIntoMap</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#getListeners--">getListeners</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#getMediaTypes--">getMediaTypes</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#getPrimaryMediaType--">getPrimaryMediaType</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#lock--">lock</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#onUnknownProperty-org.apache.juneau.parser.ParserSession-java.lang.String-org.apache.juneau.BeanMap-int-int-">onUnknownProperty</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.Class-">parse</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-org.apache.juneau.ClassMeta-">parse</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.reflect.Type-java.lang.reflect.Type...-">parse</a>, <a href="../. ./../../org/apache/juneau/parser/Parser.html#parseArgs-java.lang.Object-org.apache.juneau.ClassMeta:A-">parseArgs</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#parseIntoCollection-java.lang.Object-java.util.Collection-java.lang.reflect.Type-">parseIntoCollection</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#parseIntoMap-java.lang.Object-java.util.Map-java.lang.reflect.Type-java.lang.reflect.Type-">parseIntoMap</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#parseSession-org.apache.juneau.parser.ParserSession-org.apache.juneau.ClassMeta-">parseSession</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setClassLoader-java.lang.ClassLoader-">setClassLoader</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setName-org.apache.juneau.ClassMeta-java.lang.Object-java.lang.Object-">setName</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setParent-org.apache.juneau.ClassMeta-java.lang.Object-java.lang.Obj ect-">setParent</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setProperty-java.lang.String-java.lang.Object-">setProperty</a></code></li> +<code><a href="../../../../org/apache/juneau/parser/Parser.html#addBeanFilters-java.lang.Class...-">addBeanFilters</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addBeanFilters-java.util.Collection-">addBeanFilters</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addImplClass-java.lang.Class-java.lang.Class-">addImplClass</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addListener-org.apache.juneau.parser.ParserListener-">addListener</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addNotBeanClasses-java.lang.Class...-">addNotBeanClasses</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addNotBeanClasses-java.util.Collection-">addNotBeanClasses</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addNotBeanPackages-java.util.Collection-">addNotBeanPackages</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addNotBeanPackages-java.lang.String...-">addNotBeanPackages</a>, <a href="../../../.. /org/apache/juneau/parser/Parser.html#addPojoSwaps-java.lang.Class...-">addPojoSwaps</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addPojoSwaps-java.util.Collection-">addPojoSwaps</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addToBeanDictionary-java.lang.Class...-">addToBeanDictionary</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addToBeanDictionary-java.util.Collection-">addToBeanDictionary</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#addToProperty-java.lang.String-java.lang.Object-">addToProperty</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#clone--">clone</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#convertAttrToType-org.apache.juneau.parser.ParserSession-java.lang.Object-java.lang.String-org.apache.juneau.ClassMeta-">convertAttrToType</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-">createSession</a>, <a href="../../../../org/apa che/juneau/parser/Parser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">createSession</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#doParse-org.apache.juneau.parser.ParserSession-org.apache.juneau.ClassMeta-">doParse</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#doParseArgs-org.apache.juneau.parser.ParserSession-org.apache.juneau.ClassMeta:A-">doParseArgs</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#doParseIntoCollection-org.apache.juneau.parser.ParserSession-java.util.Collection-java.lang.reflect.Type-">doParseIntoCollection</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#doParseIntoMap-org.apache.juneau.parser.ParserSession-java.util.Map-java.lang.reflect.Type-java.lang.reflect.Type-">doParseIntoMap</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#getListeners--">getListeners</a >, <a >href="../../../../org/apache/juneau/parser/Parser.html#getMediaTypes--">getMediaTypes</a>, > <a >href="../../../../org/apache/juneau/parser/Parser.html#getPrimaryMediaType--">getPrimaryMediaType</a>, > <a href="../../../../org/apache/juneau/parser/Parser.html#lock--">lock</a>, ><a >href="../../../../org/apache/juneau/parser/Parser.html#onUnknownProperty-org.apache.juneau.parser.ParserSession-java.lang.String-org.apache.juneau.BeanMap-int-int-">onUnknownProperty</a>, > <a >href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.Class-">parse</a>, > <a >href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-org.apache.juneau.ClassMeta-">parse</a>, > <a >href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.reflect.Type-java.lang.reflect.Type...-">parse</a>, > <a >href="../../../../org/apache/juneau/parser/Parser.html#parseArgs-java.lang.Object-org.apache.juneau.ClassMeta:A-">parseArgs</a>, > <a href="../../../.. /org/apache/juneau/parser/Parser.html#parseIntoCollection-java.lang.Object-java.util.Collection-java.lang.reflect.Type-">parseIntoCollection</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#parseIntoMap-java.lang.Object-java.util.Map-java.lang.reflect.Type-java.lang.reflect.Type-">parseIntoMap</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#parseSession-org.apache.juneau.parser.ParserSession-org.apache.juneau.ClassMeta-">parseSession</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#putToProperty-java.lang.String-java.lang.Object-">putToProperty</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#putToProperty-java.lang.String-java.lang.Object-java.lang.Object-">putToProperty</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#removeBeanFilters-java.lang.Class...-">removeBeanFilters</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#removeBeanFilters-java.util.Collection-">removeBeanFilters</a>, <a href="../ ../../../org/apache/juneau/parser/Parser.html#removeFromBeanDictionary-java.lang.Class...-">removeFromBeanDictionary</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#removeFromBeanDictionary-java.util.Collection-">removeFromBeanDictionary</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#removeFromProperty-java.lang.String-java.lang.Object-">removeFromProperty</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#removeNotBeanClasses-java.lang.Class...-">removeNotBeanClasses</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#removeNotBeanClasses-java.util.Collection-">removeNotBeanClasses</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#removeNotBeanPackages-java.util.Collection-">removeNotBeanPackages</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#removeNotBeanPackages-java.lang.String...-">removeNotBeanPackages</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#removePojoSwaps-java.lang.Class ...-">removePojoSwaps</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#removePojoSwaps-java.util.Collection-">removePojoSwaps</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeanClassVisibility-org.apache.juneau.Visibility-">setBeanClassVisibility</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeanConstructorVisibility-org.apache.juneau.Visibility-">setBeanConstructorVisibility</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeanDictionary-java.lang.Class...-">setBeanDictionary</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeanDictionary-java.util.Collection-">setBeanDictionary</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeanFieldVisibility-org.apache.juneau.Visibility-">setBeanFieldVisibility</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeanFilters-java.lang.Class...-">setBeanFilters</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBea nFilters-java.util.Collection-">setBeanFilters</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeanMapPutReturnsOldValue-boolean-">setBeanMapPutReturnsOldValue</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeansRequireDefaultConstructor-boolean-">setBeansRequireDefaultConstructor</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeansRequireSerializable-boolean-">setBeansRequireSerializable</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeansRequireSettersForGetters-boolean-">setBeansRequireSettersForGetters</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeansRequireSomeProperties-boolean-">setBeansRequireSomeProperties</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setBeanTypePropertyName-java.lang.String-">setBeanTypePropertyName</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setClassLoader-java.lang.ClassLoader-">setClassLoader</a>, <a href="../../../../org/ apache/juneau/parser/Parser.html#setDebug-boolean-">setDebug</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setDefaultParser-java.lang.Class-">setDefaultParser</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setFileCharset-java.lang.String-">setFileCharset</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setIgnoreInvocationExceptionsOnGetters-boolean-">setIgnoreInvocationExceptionsOnGetters</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setIgnoreInvocationExceptionsOnSetters-boolean-">setIgnoreInvocationExceptionsOnSetters</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setIgnorePropertiesWithoutSetters-boolean-">setIgnorePropertiesWithoutSetters</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setIgnoreUnknownBeanProperties-boolean-">setIgnoreUnknownBeanProperties</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setIgnoreUnknownNullBeanProperties-boolean-">setIgnoreUnknownNullBea nProperties</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setImplClasses-java.util.Map-">setImplClasses</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setInputStreamCharset-java.lang.String-">setInputStreamCharset</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setLocale-java.util.Locale-">setLocale</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setMediaType-org.apache.juneau.MediaType-">setMediaType</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setMethodVisibility-org.apache.juneau.Visibility-">setMethodVisibility</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setName-org.apache.juneau.ClassMeta-java.lang.Object-java.lang.Object-">setName</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setNotBeanClasses-java.lang.Class...-">setNotBeanClasses</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setNotBeanClasses-java.util.Collection-">setNotBeanClasses</a>, <a hr ef="../../../../org/apache/juneau/parser/Parser.html#setNotBeanPackages-java.util.Collection-">setNotBeanPackages</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setNotBeanPackages-java.lang.String...-">setNotBeanPackages</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setParent-org.apache.juneau.ClassMeta-java.lang.Object-java.lang.Object-">setParent</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setPojoSwaps-java.lang.Class...-">setPojoSwaps</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setPojoSwaps-java.util.Collection-">setPojoSwaps</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setProperties-org.apache.juneau.ObjectMap-">setProperties</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setProperty-java.lang.String-java.lang.Object-">setProperty</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setSortProperties-boolean-">setSortProperties</a>, <a href="../../../../org/apache/j uneau/parser/Parser.html#setStrict-boolean-">setStrict</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setTimeZone-java.util.TimeZone-">setTimeZone</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setTrimStrings-boolean-">setTrimStrings</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setUseInterfaceProxies-boolean-">setUseInterfaceProxies</a>, <a href="../../../../org/apache/juneau/parser/Parser.html#setUseJavaBeanIntrospector-boolean-">setUseJavaBeanIntrospector</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.CoreApi"> <!-- --> </a> <h3>Methods inherited from class org.apache.juneau.<a href="../../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a></h3> -<code><a href="../../../../org/apache/juneau/CoreApi.html#checkLock--">checkLock</a>, <a href="../../../../org/apache/juneau/CoreApi.html#getBeanContext--">getBeanContext</a>, <a href="../../../../org/apache/juneau/CoreApi.html#getContext-java.lang.Class-">getContext</a>, <a href="../../../../org/apache/juneau/CoreApi.html#getContextFactory--">getContextFactory</a>, <a href="../../../../org/apache/juneau/CoreApi.html#object--">object</a>, <a href="../../../../org/apache/juneau/CoreApi.html#setProperties-org.apache.juneau.ObjectMap-">setProperties</a>, <a href="../../../../org/apache/juneau/CoreApi.html#string--">string</a></code></li> +<code><a href="../../../../org/apache/juneau/CoreApi.html#checkLock--">checkLock</a>, <a href="../../../../org/apache/juneau/CoreApi.html#getBeanContext--">getBeanContext</a>, <a href="../../../../org/apache/juneau/CoreApi.html#getContext-java.lang.Class-">getContext</a>, <a href="../../../../org/apache/juneau/CoreApi.html#getContextFactory--">getContextFactory</a>, <a href="../../../../org/apache/juneau/CoreApi.html#object--">object</a>, <a href="../../../../org/apache/juneau/CoreApi.html#string--">string</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.Lockable">
