mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
Fix Javadoc formatting in JSONObject and XMLParserConfiguration
This commit is contained in:
parent
143db39d27
commit
97023e1098
@ -1627,9 +1627,6 @@ public class JSONObject {
|
|||||||
* implementations and interfaces has the annotation. Returns the depth of the
|
* implementations and interfaces has the annotation. Returns the depth of the
|
||||||
* annotation in the hierarchy.
|
* annotation in the hierarchy.
|
||||||
*
|
*
|
||||||
* @param <A>
|
|
||||||
* type of the annotation
|
|
||||||
*
|
|
||||||
* @param m
|
* @param m
|
||||||
* method to check
|
* method to check
|
||||||
* @param annotationClass
|
* @param annotationClass
|
||||||
|
@ -94,7 +94,7 @@ public class XMLParserConfiguration {
|
|||||||
* Configure the parser string processing to try and convert XML values to JSON values and
|
* Configure the parser string processing to try and convert XML values to JSON values and
|
||||||
* use the passed CDATA Tag Name the processing value. Pass <code>null</code> to
|
* use the passed CDATA Tag Name the processing value. Pass <code>null</code> to
|
||||||
* disable CDATA processing
|
* disable CDATA processing
|
||||||
* @param cDataTagName<code>null</code> to disable CDATA processing. Any other value
|
* @param cDataTagName <code>null</code> to disable CDATA processing. Any other value
|
||||||
* to use that value as the JSONObject key name to process as CDATA.
|
* to use that value as the JSONObject key name to process as CDATA.
|
||||||
* @deprecated This constructor has been deprecated in favor of using the new builder
|
* @deprecated This constructor has been deprecated in favor of using the new builder
|
||||||
* pattern for the configuration.
|
* pattern for the configuration.
|
||||||
@ -109,7 +109,7 @@ public class XMLParserConfiguration {
|
|||||||
* Configure the parser to use custom settings.
|
* Configure the parser to use custom settings.
|
||||||
* @param keepStrings <code>true</code> to parse all values as string.
|
* @param keepStrings <code>true</code> to parse all values as string.
|
||||||
* <code>false</code> to try and convert XML string values into a JSON value.
|
* <code>false</code> to try and convert XML string values into a JSON value.
|
||||||
* @param cDataTagName<code>null</code> to disable CDATA processing. Any other value
|
* @param cDataTagName <code>null</code> to disable CDATA processing. Any other value
|
||||||
* to use that value as the JSONObject key name to process as CDATA.
|
* to use that value as the JSONObject key name to process as CDATA.
|
||||||
* @deprecated This constructor has been deprecated in favor of using the new builder
|
* @deprecated This constructor has been deprecated in favor of using the new builder
|
||||||
* pattern for the configuration.
|
* pattern for the configuration.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user