From commits-return-4772-archive-asf-public=cust-asf.ponee.io@juneau.apache.org Sun Jan 7 03:10:45 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id B748118062C for ; Sun, 7 Jan 2018 03:10:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A69F5160C3C; Sun, 7 Jan 2018 02:10:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9F9ED160C3B for ; Sun, 7 Jan 2018 03:10:43 +0100 (CET) Received: (qmail 24461 invoked by uid 500); 7 Jan 2018 02:10:42 -0000 Mailing-List: contact commits-help@juneau.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.apache.org Delivered-To: mailing list commits@juneau.apache.org Received: (qmail 24448 invoked by uid 99); 7 Jan 2018 02:10:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jan 2018 02:10:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1E165C021D for ; Sun, 7 Jan 2018 02:10:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.23 X-Spam-Level: X-Spam-Status: No, score=-4.23 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_SHORT=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id LT9bN9GgOcMg for ; Sun, 7 Jan 2018 02:10:35 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id A288C5F30B for ; Sun, 7 Jan 2018 02:10:34 +0000 (UTC) Received: (qmail 24442 invoked by uid 99); 7 Jan 2018 02:10:34 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jan 2018 02:10:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 242CCDFB0D; Sun, 7 Jan 2018 02:10:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Date: Sun, 07 Jan 2018 02:10:32 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] juneau git commit: Update javadocs. Update javadocs. Project: http://git-wip-us.apache.org/repos/asf/juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/juneau/commit/4a777cbc Tree: http://git-wip-us.apache.org/repos/asf/juneau/tree/4a777cbc Diff: http://git-wip-us.apache.org/repos/asf/juneau/diff/4a777cbc Branch: refs/heads/master Commit: 4a777cbcb7a2244c413c0797a9c1c2c90ecd416e Parents: 3d12d23 Author: JamesBognar Authored: Sat Jan 6 21:10:24 2018 -0500 Committer: JamesBognar Committed: Sat Jan 6 21:10:24 2018 -0500 ---------------------------------------------------------------------- .../java/org/apache/juneau/jena/RdfCommon.java | 176 +++++++++++++------ .../java/org/apache/juneau/jena/RdfParser.java | 4 +- .../apache/juneau/jena/RdfParserBuilder.java | 14 +- .../org/apache/juneau/jena/RdfSerializer.java | 19 +- .../juneau/jena/RdfSerializerBuilder.java | 20 +-- .../java/org/apache/juneau/BeanContext.java | 135 ++++++++++---- .../org/apache/juneau/BeanContextBuilder.java | 116 ++++++------ .../apache/juneau/html/HtmlDocSerializer.java | 58 ++++-- .../org/apache/juneau/html/HtmlSerializer.java | 22 ++- .../juneau/html/HtmlSerializerBuilder.java | 10 +- .../httppart/UonPartSerializerBuilder.java | 2 +- .../org/apache/juneau/json/JsonSerializer.java | 12 +- .../juneau/json/JsonSerializerBuilder.java | 4 +- .../juneau/msgpack/MsgPackSerializer.java | 4 +- .../java/org/apache/juneau/parser/Parser.java | 21 ++- .../org/apache/juneau/parser/ParserBuilder.java | 10 +- .../apache/juneau/serializer/Serializer.java | 76 ++++++-- .../juneau/serializer/SerializerBuilder.java | 38 ++-- .../apache/juneau/soap/SoapXmlSerializer.java | 3 +- .../juneau/soap/SoapXmlSerializerBuilder.java | 2 +- .../java/org/apache/juneau/uon/UonParser.java | 4 +- .../org/apache/juneau/uon/UonParserBuilder.java | 2 +- .../org/apache/juneau/uon/UonSerializer.java | 12 +- .../apache/juneau/uon/UonSerializerBuilder.java | 4 +- .../urlencoding/UrlEncodingParserBuilder.java | 2 +- .../urlencoding/UrlEncodingSerializer.java | 4 +- .../UrlEncodingSerializerBuilder.java | 4 +- .../java/org/apache/juneau/xml/XmlParser.java | 23 ++- .../org/apache/juneau/xml/XmlParserBuilder.java | 10 +- .../org/apache/juneau/xml/XmlSerializer.java | 28 ++- .../apache/juneau/xml/XmlSerializerBuilder.java | 12 +- .../juneau/yaml/proto/YamlSerializer.java | 12 +- .../yaml/proto/YamlSerializerBuilder.java | 4 +- .../apache/juneau/rest/client/RestClient.java | 58 ++++-- .../juneau/rest/client/RestClientBuilder.java | 6 +- .../org/apache/juneau/rest/RestContext.java | 175 ++++++++++++------ .../apache/juneau/rest/RestContextBuilder.java | 162 ++++++++--------- .../apache/juneau/rest/StaticFileMapping.java | 2 +- .../apache/juneau/rest/annotation/HtmlDoc.java | 4 +- .../juneau/rest/annotation/RestMethod.java | 6 +- .../juneau/rest/annotation/RestResource.java | 28 +-- .../juneau/rest/vars/RequestAttributeVar.java | 2 +- .../juneau/rest/vars/RequestFormDataVar.java | 2 +- .../juneau/rest/vars/RequestHeaderVar.java | 2 +- .../apache/juneau/rest/vars/RequestPathVar.java | 2 +- .../juneau/rest/vars/RequestQueryVar.java | 2 +- .../org/apache/juneau/rest/vars/RequestVar.java | 2 +- .../apache/juneau/rest/vars/RestInfoVar.java | 2 +- 48 files changed, 840 insertions(+), 482 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juneau/blob/4a777cbc/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfCommon.java ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfCommon.java b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfCommon.java index 5c929db..620cbbb 100644 --- a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfCommon.java +++ b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfCommon.java @@ -43,14 +43,16 @@ public interface RdfCommon { .append("N-TRIPLE","ntriple."); /** - * Configuration property: RDF language. + * Configuration property: RDF language. * + *
Property:
*
    - *
  • Name: "Rdf.language" + *
  • Name: "Rdf.language.s" *
  • Data type: String *
  • Default: "RDF/XML-ABBREV" *
* + *
Description:
*

* Can be any of the following: *

    @@ -84,10 +86,11 @@ public interface RdfCommon { public static final String RDF_language = PREFIX + "language.s"; /** - * Configuration property: XML namespace for Juneau properties. + * Configuration property: XML namespace for Juneau properties. * + *
    Property:
    *
      - *
    • Name: "Rdf.juneauNs" + *
    • Name: "Rdf.juneauNs.s" *
    • Data type: {@link Namespace} *
    • Default: {j:'http://www.apache.org/juneau/'} *
    @@ -95,10 +98,11 @@ public interface RdfCommon { public static final String RDF_juneauNs = PREFIX + "juneauNs.s"; /** - * Configuration property: Default XML namespace for bean properties. + * Configuration property: Default XML namespace for bean properties. * + *
    Property:
    *
      - *
    • Name: "Rdf.juneauBpNs" + *
    • Name: "Rdf.juneauBpNs.s" *
    • Data type: {@link Namespace} *
    • Default: {j:'http://www.apache.org/juneaubp/'} *
    @@ -106,14 +110,16 @@ public interface RdfCommon { public static final String RDF_juneauBpNs = PREFIX + "juneauBpNs.s"; /** - * Configuration property: Reuse XML namespaces when RDF namespaces not specified. + * Configuration property: Reuse XML namespaces when RDF namespaces not specified. * + *
    Property:
    *
      - *
    • Name: "Rdf.useXmlNamespaces" + *
    • Name: "Rdf.useXmlNamespaces.b" *
    • Data type: Boolean *
    • Default: true *
    * + *
    Description:
    *

    * When specified, namespaces defined using {@link XmlNs} and {@link Xml} will be inherited by the RDF serializers. * Otherwise, namespaces will be defined using {@link RdfNs} and {@link Rdf}. @@ -121,14 +127,16 @@ public interface RdfCommon { public static final String RDF_useXmlNamespaces = PREFIX + "useXmlNamespaces.b"; /** - * Configuration property: RDF/XML property: iri_rules. + * Configuration property: RDF/XML property: iri_rules. * + *

    Property:
    *
      - *
    • Name: "Rdf.jena.rdfXml.iri-rules" + *
    • Name: "Rdf.jena.rdfXml.iri-rules.s" *
    • Data type: String *
    • Default: "lax" *
    * + *
    Description:
    *

    * Set the engine for checking and resolving. * @@ -150,14 +158,16 @@ public interface RdfCommon { public static final String RDF_arp_iriRules = PREFIX + "jena.rdfXml.iri-rules.s"; /** - * Configuration property: RDF/XML ARP property: error-mode. + * Configuration property: RDF/XML ARP property: error-mode. * + *

    Property:
    *
      - *
    • Name: "Rdf.jena.rdfXml.error-mode" + *
    • Name: "Rdf.jena.rdfXml.error-mode.s" *
    • Data type: String *
    • Default: "lax" *
    * + *
    Description:
    *

    * This allows a coarse-grained approach to control of error handling. * @@ -189,14 +199,16 @@ public interface RdfCommon { public static final String RDF_arp_errorMode = PREFIX + "jena.rdfXml.error-mode.s"; /** - * Configuration property: RDF/XML ARP property: embedding. + * Configuration property: RDF/XML ARP property: embedding. * + *

    Property:
    *
      - *
    • Name: "Rdf.jena.rdfXml.embedding" + *
    • Name: "Rdf.jena.rdfXml.embedding.b" *
    • Data type: Boolean *
    • Default: false *
    * + *
    Description:
    *

    * Sets ARP to look for RDF embedded within an enclosing XML document. * @@ -210,13 +222,15 @@ public interface RdfCommon { public static final String RDF_arp_embedding = PREFIX + "jena.rdfXml.embedding.b"; /** - * Configuration property: RDF/XML ARP property: ERR_xxx. + * Configuration property: RDF/XML ARP property: ERR_xxx. * + *

    Property:
    *
      *
    • Name: "Rdf.jena.rdfXml.ERR_" *
    • Data type: String *
    * + *
    Description:
    *

    * Provides fine-grained control over detected error conditions. * @@ -241,13 +255,15 @@ public interface RdfCommon { public static final String RDF_arp_err_ = PREFIX + "jena.rdfXml.ERR_"; /** - * Configuration property: RDF/XML ARP property: WARN_xxx. + * Configuration property: RDF/XML ARP property: WARN_xxx. * + *

    Property:
    *
      *
    • Name: "Rdf.jena.rdfXml.WARN_" *
    • Data type: String *
    * + *
    Description:
    *

    * See {@link #RDF_arp_err_} for details. */ @@ -256,39 +272,45 @@ public interface RdfCommon { /** * RDF/XML ARP property: IGN_xxx. * + *

    Property:
    *
      *
    • Name: "Rdf.jena.rdfXml.IGN_" *
    • Data type: String *
    * + *
    Description:
    *

    * See {@link #RDF_arp_err_} for details. */ public static final String RDF_arp_ign_ = PREFIX + "jena.rdfXml.IGN_"; /** - * Configuration property: RDF/XML property: xmlbase. + * Configuration property: RDF/XML property: xmlbase. * + *

    Property:
    *
      - *
    • Name: "Rdf.jena.rdfXml.xmlbase" + *
    • Name: "Rdf.jena.rdfXml.xmlbase.s" *
    • Data type: String *
    • Default: null *
    * + *
    Description:
    *

    * The value to be included for an xml:base attribute on the root element in the file. */ public static final String RDF_rdfxml_xmlBase = PREFIX + "jena.rdfXml.xmlbase.s"; /** - * Configuration property: RDF/XML property: longId. + * Configuration property: RDF/XML property: longId. * + *

    Property:
    *
      - *
    • Name: "Rdf.jena.rdfXml.longId" + *
    • Name: "Rdf.jena.rdfXml.longId.b" *
    • Data type: Boolean *
    • Default: false *
    * + *
    Description:
    *

    * Whether to use long ID's for anon resources. * Short ID's are easier to read, but can run out of memory on very large models. @@ -296,28 +318,32 @@ public interface RdfCommon { public static final String RDF_rdfxml_longId = PREFIX + "jena.rdfXml.longId.b"; /** - * Configuration property: RDF/XML property: allowBadURIs. + * Configuration property: RDF/XML property: allowBadURIs. * + *

    Property:
    *
      - *
    • Name: "Rdf.jena.rdfXml.allowBadURIs" + *
    • Name: "Rdf.jena.rdfXml.allowBadURIs.b" *
    • Data type: Boolean *
    • Default: false *
    * + *
    Description:
    *

    * URIs in the graph are, by default, checked prior to serialization. */ public static final String RDF_rdfxml_allowBadUris = PREFIX + "jena.rdfXml.allowBadURIs.b"; /** - * Configuration property: RDF/XML property: relativeURIs. + * Configuration property: RDF/XML property: relativeURIs. * + *

    Property:
    *
      - *
    • Name: "Rdf.jena.rdfXml.relativeURIs" + *
    • Name: "Rdf.jena.rdfXml.relativeURIs.s" *
    • Data type: String *
    • Default: "same-document, absolute, relative, parent" *
    * + *
    Description:
    *

    * What sort of relative URIs should be used. * @@ -346,14 +372,16 @@ public interface RdfCommon { public static final String RDF_rdfxml_relativeUris = PREFIX + "jena.rdfXml.relativeURIs.s"; /** - * Configuration property: RDF/XML property: showXmlDeclaration. + * Configuration property: RDF/XML property: showXmlDeclaration. * + *

    Property:
    *
      - *
    • Name: "Rdf.jena.rdfXml.showXmlDeclaration" + *
    • Name: "Rdf.jena.rdfXml.showXmlDeclaration.s" *
    • Data type: String *
    • Default: "default" *
    * + *
    Description:
    *

    * Possible values: *

      @@ -370,14 +398,16 @@ public interface RdfCommon { public static final String RDF_rdfxml_showXmlDeclaration = PREFIX + "jena.rdfXml.showXmlDeclaration.s"; /** - * Configuration property: RDF/XML property: showDoctypeDeclaration. + * Configuration property: RDF/XML property: showDoctypeDeclaration. * + *
      Property:
      *
        - *
      • Name: "Rdf.jena.rdfXml.showDoctypeDeclaration" + *
      • Name: "Rdf.jena.rdfXml.showDoctypeDeclaration.b" *
      • Data type: Boolean *
      • Default: true *
      * + *
      Description:
      *

      * If true, an XML doctype declaration is included in the output. * This declaration includes a !ENTITY declaration for each prefix mapping in the model, and any @@ -387,42 +417,48 @@ public interface RdfCommon { public static final String RDF_rdfxml_showDoctypeDeclaration = PREFIX + "jena.rdfXml.showDoctypeDeclaration.b"; /** - * Configuration property: RDF/XML property: tab. + * Configuration property: RDF/XML property: tab. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.rdfXml.tab" + *
      • Name: "Rdf.jena.rdfXml.tab.i" *
      • Data type: Integer *
      • Default: 2 *
      * + *
      Description:
      *

      * The number of spaces with which to indent XML child elements. */ public static final String RDF_rdfxml_tab = PREFIX + "jena.rdfXml.tab.i"; /** - * Configuration property: RDF/XML property: attributeQuoteChar. + * Configuration property: RDF/XML property: attributeQuoteChar. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.rdfXml.attributeQuoteChar" + *
      • Name: "Rdf.jena.rdfXml.attributeQuoteChar.s" *
      • Data type: Character *
      • Default: '"' *
      * + *
      Description:
      *

      * The XML attribute quote character. */ public static final String RDF_rdfxml_attributeQuoteChar = PREFIX + "jena.rdfXml.attributeQuoteChar.s"; /** - * Configuration property: RDF/XML property: blockRules. + * Configuration property: RDF/XML property: blockRules. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.rdfXml.blockRules" + *
      • Name: "Rdf.jena.rdfXml.blockRules.s" *
      • Data type: String *
      • Default: "" *
      * + *
      Description:
      *

      * A list of Resource or a String being a comma separated list of fragment IDs from * RDF Syntax Grammar indicating grammar @@ -431,84 +467,96 @@ public interface RdfCommon { public static final String RDF_rdfxml_blockRules = PREFIX + "jena.rdfXml.blockRules.s"; /** - * Configuration property: N3/Turtle property: minGap. + * Configuration property: N3/Turtle property: minGap. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.n3.minGap" + *
      • Name: "Rdf.jena.n3.minGap.i" *
      • Data type: Integer *
      • Default: 1 *
      * + *
      Description:
      *

      * Minimum gap between items on a line. */ public static final String RDF_n3_minGap = PREFIX + "jena.n3.minGap.i"; /** - * Configuration property: N3/Turtle property: objectLists. + * Configuration property: N3/Turtle property: objectLists. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.n3.objectLists" + *
      • Name: "Rdf.jena.n3.objectLists.b" *
      • Data type: Boolean *
      • Default: true *
      * + *
      Description:
      *

      * Print object lists as comma separated lists. */ public static final String RDF_n3_objectLists = PREFIX + "jena.n3.objectLists.b"; /** - * Configuration property: N3/Turtle property: subjectColumn. + * Configuration property: N3/Turtle property: subjectColumn. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.n3.subjectColumn" + *
      • Name: "Rdf.jena.n3.subjectColumn.i" *
      • Data type: Integer *
      • Default: indentProperty *
      * + *
      Description:
      *

      * If the subject is shorter than this value, the first property may go on the same line. */ public static final String RDF_n3_subjectColumn = PREFIX + "jena.n3.subjectColumn.i"; /** - * Configuration property: N3/Turtle property: propertyColumn. + * Configuration property: N3/Turtle property: propertyColumn. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.n3.propertyColumn" + *
      • Name: "Rdf.jena.n3.propertyColumn.i" *
      • Data type: Integer *
      • Default: 8 *
      * + *
      Description:
      *

      * Width of the property column. */ public static final String RDF_n3_propertyColumn = PREFIX + "jena.n3.propertyColumn.i"; /** - * Configuration property: N3/Turtle property: indentProperty. + * Configuration property: N3/Turtle property: indentProperty. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.n3.indentProperty" + *
      • Name: "Rdf.jena.n3.indentProperty.i" *
      • Data type: Integer *
      • Default: 6 *
      * + *
      Description:
      *

      * Width to indent properties. */ public static final String RDF_n3_indentProperty = PREFIX + "jena.n3.indentProperty.i"; /** - * Configuration property: N3/Turtle property: widePropertyLen. + * Configuration property: N3/Turtle property: widePropertyLen. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.n3.widePropertyLen" + *
      • Name: "Rdf.jena.n3.widePropertyLen.i" *
      • Data type: Integer *
      • Default: 20 *
      * + *
      Description:
      *

      * Width of the property column. * Must be longer than propertyColumn. @@ -516,70 +564,80 @@ public interface RdfCommon { public static final String RDF_n3_widePropertyLen = PREFIX + "jena.n3.widePropertyLen.i"; /** - * Configuration property: N3/Turtle property: abbrevBaseURI. + * Configuration property: N3/Turtle property: abbrevBaseURI. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.n3.abbrevBaseURI" + *
      • Name: "Rdf.jena.n3.abbrevBaseURI.b" *
      • Data type: Boolean *
      • Default: true *
      * + *
      Description:
      *

      * Control whether to use abbreviations <> or <#>. */ public static final String RDF_n3_abbrevBaseUri = PREFIX + "jena.n3.abbrevBaseURI.b"; /** - * Configuration property: N3/Turtle property: usePropertySymbols. + * Configuration property: N3/Turtle property: usePropertySymbols. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.n3.usePropertySymbols" + *
      • Name: "Rdf.jena.n3.usePropertySymbols.b" *
      • Data type: Boolean *
      • Default: true *
      * + *
      Description:
      *

      * Control whether to use a, = and => in output */ public static final String RDF_n3_usePropertySymbols = PREFIX + "jena.n3.usePropertySymbols.b"; /** - * Configuration property: N3/Turtle property: useTripleQuotedStrings. + * Configuration property: N3/Turtle property: useTripleQuotedStrings. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.n3.useTripleQuotedStrings" + *
      • Name: "Rdf.jena.n3.useTripleQuotedStrings.b" *
      • Data type: Boolean *
      • Default: true *
      * + *
      Description:
      *

      * Allow the use of """ to delimit long strings. */ public static final String RDF_n3_useTripleQuotedStrings = PREFIX + "jena.n3.useTripleQuotedStrings.b"; /** - * Configuration property: N3/Turtle property: useDoubles. + * Configuration property: N3/Turtle property: useDoubles. * + *

      Property:
      *
        - *
      • Name: "Rdf.jena.n3.useDoubles" + *
      • Name: "Rdf.jena.n3.useDoubles.b" *
      • Data type: Boolean *
      • Default: true *
      * + *
      Description:
      *

      * Allow the use doubles as 123.456. */ public static final String RDF_n3_useDoubles = PREFIX + "jena.n3.useDoubles.b"; /** - * Configuration property: RDF format for representing collections and arrays. + * Configuration property: RDF format for representing collections and arrays. * + *

      Property:
      *
        - *
      • Name: "Rdf.collectionFormat" + *
      • Name: "Rdf.collectionFormat.s" *
      • Data type: String *
      • Default: "DEFAULT" *
      * + *
      Description:
      *

      * Possible values: *

        @@ -604,14 +662,16 @@ public interface RdfCommon { public static final String RDF_collectionFormat = PREFIX + "collectionFormat.s"; /** - * Configuration property: Collections should be serialized and parsed as loose collections. + * Configuration property: Collections should be serialized and parsed as loose collections. * + *
        Property:
        *
          - *
        • Name: "Rdf.looseCollections" + *
        • Name: "Rdf.looseCollections.b" *
        • Data type: Boolean *
        • Default: false *
        * + *
        Description:
        *

        * When specified, collections of resources are handled as loose collections of resources in RDF instead of * resources that are children of an RDF collection (e.g. Sequence, Bag). http://git-wip-us.apache.org/repos/asf/juneau/blob/4a777cbc/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfParser.java ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfParser.java b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfParser.java index a7217ca..df8a178 100644 --- a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfParser.java +++ b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfParser.java @@ -54,8 +54,9 @@ public class RdfParser extends ReaderParser implements RdfCommon { private static final String PREFIX = "RdfParser."; /** - * Configuration property: Trim whitespace from text elements. + * Configuration property: Trim whitespace from text elements. * + *

        Property:
        *
          *
        • Name: "RdfParser.trimWhitespace.b" *
        • Data type: Boolean @@ -63,6 +64,7 @@ public class RdfParser extends ReaderParser implements RdfCommon { *
        • Session-overridable: true *
        * + *
        Description:
        *

        * If true, whitespace in text elements will be automatically trimmed. */ http://git-wip-us.apache.org/repos/asf/juneau/blob/4a777cbc/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfParserBuilder.java ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfParserBuilder.java b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfParserBuilder.java index 188f187..626eb4d 100644 --- a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfParserBuilder.java +++ b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfParserBuilder.java @@ -56,7 +56,7 @@ public class RdfParserBuilder extends ParserBuilder { //-------------------------------------------------------------------------------- /** - * Configuration property: Trim whitespace from text elements. + * Configuration property: Trim whitespace from text elements. * *

        * If true, whitespace in text elements will be automatically trimmed. @@ -75,7 +75,7 @@ public class RdfParserBuilder extends ParserBuilder { } /** - * Configuration property: RDF language. + * Configuration property: RDF language. * *

        * Can be any of the following: @@ -166,7 +166,7 @@ public class RdfParserBuilder extends ParserBuilder { } /** - * Configuration property: XML namespace for Juneau properties. + * Configuration property: XML namespace for Juneau properties. * *

        Notes:
        *
          @@ -182,7 +182,7 @@ public class RdfParserBuilder extends ParserBuilder { } /** - * Configuration property: Default XML namespace for bean properties. + * Configuration property: Default XML namespace for bean properties. * *
          Notes:
          *
            @@ -198,7 +198,7 @@ public class RdfParserBuilder extends ParserBuilder { } /** - * Configuration property: Reuse XML namespaces when RDF namespaces not specified. + * Configuration property: Reuse XML namespaces when RDF namespaces not specified. * *

            * When specified, namespaces defined using {@link XmlNs} and {@link org.apache.juneau.xml.annotation.Xml} will be @@ -219,7 +219,7 @@ public class RdfParserBuilder extends ParserBuilder { } /** - * Configuration property: RDF format for representing collections and arrays. + * Configuration property: RDF format for representing collections and arrays. * *

            * Possible values: @@ -257,7 +257,7 @@ public class RdfParserBuilder extends ParserBuilder { } /** - * Configuration property: Collections should be serialized and parsed as loose collections. + * Configuration property: Collections should be serialized and parsed as loose collections. * *

            * When specified, collections of resources are handled as loose collections of resources in RDF instead of http://git-wip-us.apache.org/repos/asf/juneau/blob/4a777cbc/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfSerializer.java ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfSerializer.java b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfSerializer.java index c442e49..4e52725 100644 --- a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfSerializer.java +++ b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfSerializer.java @@ -51,8 +51,9 @@ public class RdfSerializer extends WriterSerializer implements RdfCommon { private static final String PREFIX = "RdfSerializer."; /** - * Configuration property: Add XSI data types to non-String literals. + * Configuration property: Add XSI data types to non-String literals. * + *

            Property:
            *
              *
            • Name: "RdfSerializer.addLiteralTypes.b" *
            • Data type: Boolean @@ -63,8 +64,9 @@ public class RdfSerializer extends WriterSerializer implements RdfCommon { public static final String RDF_addLiteralTypes = PREFIX + "addLiteralTypes.b"; /** - * Configuration property: Add RDF root identifier property to root node. + * Configuration property: Add RDF root identifier property to root node. * + *
              Property:
              *
                *
              • Name: "RdfSerializer.addRootProperty.b" *
              • Data type: Boolean @@ -72,6 +74,7 @@ public class RdfSerializer extends WriterSerializer implements RdfCommon { *
              • Session-overridable: true *
              * + *
              Description:
              *

              * When enabled an RDF property http://www.apache.org/juneau/root is added with a value of "true" * to identify the root node in the graph. @@ -84,8 +87,9 @@ public class RdfSerializer extends WriterSerializer implements RdfCommon { public static final String RDF_addRootProperty = PREFIX + "addRootProperty.b"; /** - * Configuration property: Auto-detect namespace usage. + * Configuration property: Auto-detect namespace usage. * + *

              Property:
              *
                *
              • Name: "RdfSerializer.autoDetectNamespaces.b" *
              • Data type: Boolean @@ -93,6 +97,7 @@ public class RdfSerializer extends WriterSerializer implements RdfCommon { *
              • Session-overridable: true *
              * + *
              Description:
              *

              * Detect namespace usage before serialization. * @@ -103,8 +108,9 @@ public class RdfSerializer extends WriterSerializer implements RdfCommon { public static final String RDF_autoDetectNamespaces = PREFIX + "autoDetectNamespaces.b"; /** - * Configuration property: Default namespaces. + * Configuration property: Default namespaces. * + *

              Property:
              *
                *
              • Name: "RdfSerializer.namespaces.ls" *
              • Data type: List<String> (serialized {@link Namespace} objects) @@ -112,14 +118,16 @@ public class RdfSerializer extends WriterSerializer implements RdfCommon { *
              • Session-overridable: true *
              * + *
              Description:
              *

              * The default list of namespaces associated with this serializer. */ public static final String RDF_namespaces = PREFIX + "namespaces.ls"; /** - * Configuration property: Add "_type" properties when needed. + * Configuration property: Add "_type" properties when needed. * + *

              Property:
              *
                *
              • Name: "RdfSerializer.addBeanTypeProperties.b" *
              • Data type: Boolean @@ -127,6 +135,7 @@ public class RdfSerializer extends WriterSerializer implements RdfCommon { *
              • Session-overridable: true *
              * + *
              Description:
              *

              * If true, then "_type" properties will be added to beans if their type cannot be inferred * through reflection. http://git-wip-us.apache.org/repos/asf/juneau/blob/4a777cbc/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfSerializerBuilder.java ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfSerializerBuilder.java b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfSerializerBuilder.java index fb39892..3b26cda 100644 --- a/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfSerializerBuilder.java +++ b/juneau-core/juneau-marshall-rdf/src/main/java/org/apache/juneau/jena/RdfSerializerBuilder.java @@ -56,7 +56,7 @@ public class RdfSerializerBuilder extends SerializerBuilder { //-------------------------------------------------------------------------------- /** - * Configuration property: RDF language. + * Configuration property: RDF language. * *

              * Can be any of the following: @@ -148,7 +148,7 @@ public class RdfSerializerBuilder extends SerializerBuilder { } /** - * Configuration property: XML namespace for Juneau properties. + * Configuration property: XML namespace for Juneau properties. * *

              Notes:
              *
                @@ -165,7 +165,7 @@ public class RdfSerializerBuilder extends SerializerBuilder { } /** - * Configuration property: Default XML namespace for bean properties. + * Configuration property: Default XML namespace for bean properties. * *
                Notes:
                *
                  @@ -182,7 +182,7 @@ public class RdfSerializerBuilder extends SerializerBuilder { } /** - * Configuration property: Reuse XML namespaces when RDF namespaces not specified. + * Configuration property: Reuse XML namespaces when RDF namespaces not specified. * *

                  * When specified, namespaces defined using {@link XmlNs} and {@link org.apache.juneau.xml.annotation.Xml} will be @@ -204,7 +204,7 @@ public class RdfSerializerBuilder extends SerializerBuilder { } /** - * Configuration property: Add XSI data types to non-String literals. + * Configuration property: Add XSI data types to non-String literals. * *

                  Notes:
                  *
                    @@ -221,7 +221,7 @@ public class RdfSerializerBuilder extends SerializerBuilder { } /** - * Configuration property: Add RDF root identifier property to root node. + * Configuration property: Add RDF root identifier property to root node. * *

                    * When enabled an RDF property http://www.apache.org/juneau/root is added with a value of @@ -247,7 +247,7 @@ public class RdfSerializerBuilder extends SerializerBuilder { } /** - * Configuration property: Auto-detect namespace usage. + * Configuration property: Auto-detect namespace usage. * *

                    * Detect namespace usage before serialization. @@ -271,7 +271,7 @@ public class RdfSerializerBuilder extends SerializerBuilder { } /** - * Configuration property: Default namespaces. + * Configuration property: Default namespaces. * *

                    * The default list of namespaces associated with this serializer. @@ -291,7 +291,7 @@ public class RdfSerializerBuilder extends SerializerBuilder { } /** - * Configuration property: RDF format for representing collections and arrays. + * Configuration property: RDF format for representing collections and arrays. * *

                    * Possible values: @@ -329,7 +329,7 @@ public class RdfSerializerBuilder extends SerializerBuilder { } /** - * Configuration property: Collections should be serialized and parsed as loose collections. + * Configuration property: Collections should be serialized and parsed as loose collections. * *

                    * When specified, collections of resources are handled as loose collections of resources in RDF instead of http://git-wip-us.apache.org/repos/asf/juneau/blob/4a777cbc/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanContext.java ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanContext.java b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanContext.java index b42c7be..6a961c4 100644 --- a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanContext.java +++ b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanContext.java @@ -225,8 +225,9 @@ public class BeanContext extends Context { static final String PREFIX = "BeanContext."; /** - * Configuration property: Beans require no-arg constructors. + * Configuration property: Beans require no-arg constructors. * + *

                    Property:
                    *
                      *
                    • Name: "BeanContext.beansRequireDefaultConstructor.b" *
                    • Data type: Boolean @@ -234,6 +235,7 @@ public class BeanContext extends Context { *
                    • Session-overridable: false *
                    * + *
                    Description:
                    *

                    * If true, a Java class must implement a default no-arg constructor to be considered a bean. * @@ -243,8 +245,9 @@ public class BeanContext extends Context { public static final String BEAN_beansRequireDefaultConstructor = PREFIX + "beansRequireDefaultConstructor.b"; /** - * Configuration property: Beans require {@link Serializable} interface. + * Configuration property: Beans require {@link Serializable} interface. * + *

                    Property:
                    *
                      *
                    • Name: "BeanContext.beansRequireSerializable.b" *
                    • Data type: Boolean @@ -252,6 +255,7 @@ public class BeanContext extends Context { *
                    • Session-overridable: false *
                    * + *
                    Description:
                    *

                    * If true, a Java class must implement the {@link Serializable} interface to be considered a bean. * @@ -261,8 +265,9 @@ public class BeanContext extends Context { public static final String BEAN_beansRequireSerializable = PREFIX + "beansRequireSerializable.b"; /** - * Configuration property: Beans require setters for getters. + * Configuration property: Beans require setters for getters. * + *

                    Property:
                    *
                      *
                    • Name: "BeanContext.beansRequireSettersForGetters.b" *
                    • Data type: Boolean @@ -270,6 +275,7 @@ public class BeanContext extends Context { *
                    • Session-overridable: false *
                    * + *
                    Description:
                    *

                    * If true, only getters that have equivalent setters will be considered as properties on a bean. * Otherwise, they will be ignored. @@ -277,8 +283,9 @@ public class BeanContext extends Context { public static final String BEAN_beansRequireSettersForGetters = PREFIX + "beansRequireSettersForGetters.b"; /** - * Configuration property: Beans require at least one property. + * Configuration property: Beans require at least one property. * + *

                    Property:
                    *
                      *
                    • Name: "BeanContext.beansRequireSomeProperties.b" *
                    • Data type: Boolean @@ -286,6 +293,7 @@ public class BeanContext extends Context { *
                    • Session-overridable: false *
                    * + *
                    Description:
                    *

                    * If true, then a Java class must contain at least 1 property to be considered a bean. * @@ -295,9 +303,10 @@ public class BeanContext extends Context { public static final String BEAN_beansRequireSomeProperties = PREFIX + "beansRequireSomeProperties.b"; /** - * Configuration property: {@link BeanMap#put(String,Object) BeanMap.put()} method will return old property + * Configuration property: {@link BeanMap#put(String,Object) BeanMap.put()} method will return old property * value. * + *

                    Property:
                    *
                      *
                    • Name: "BeanContext.beanMapPutReturnsOldValue.b" *
                    • Data type: Boolean @@ -305,6 +314,7 @@ public class BeanContext extends Context { *
                    • Session-overridable: false *
                    * + *
                    Description:
                    *

                    * If true, then the {@link BeanMap#put(String,Object) BeanMap.put()} method will return old property * values. @@ -315,8 +325,9 @@ public class BeanContext extends Context { public static final String BEAN_beanMapPutReturnsOldValue = PREFIX + "beanMapPutReturnsOldValue.b"; /** - * Configuration property: Look for bean constructors with the specified minimum visibility. + * Configuration property: Look for bean constructors with the specified minimum visibility. * + *

                    Property:
                    *
                      *
                    • Name: "BeanContext.beanConstructorVisibility.s" *
                    • Data type: String ({@link Visibility}) @@ -327,8 +338,9 @@ public class BeanContext extends Context { public static final String BEAN_beanConstructorVisibility = PREFIX + "beanConstructorVisibility.s"; /** - * Configuration property: Look for bean classes with the specified minimum visibility. + * Configuration property: Look for bean classes with the specified minimum visibility. * + *
                      Property:
                      *
                        *
                      • Name: "BeanContext.beanClassVisibility.s" *
                      • Data type: String ({@link Visibility}) @@ -336,6 +348,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * Classes are not considered beans unless they meet the minimum visibility requirements. * For example, if the visibility is PUBLIC and the bean class is protected, then the class @@ -344,8 +357,9 @@ public class BeanContext extends Context { public static final String BEAN_beanClassVisibility = PREFIX + "beanClassVisibility.s"; /** - * Configuration property: Look for bean fields with the specified minimum visibility. + * Configuration property: Look for bean fields with the specified minimum visibility. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.beanFieldVisibility.s" *
                      • Data type: String ({@link Visibility}) @@ -353,6 +367,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * Fields are not considered bean properties unless they meet the minimum visibility requirements. * For example, if the visibility is PUBLIC and the bean field is protected, then the field @@ -364,8 +379,9 @@ public class BeanContext extends Context { public static final String BEAN_beanFieldVisibility = PREFIX + "beanFieldVisibility.s"; /** - * Configuration property: Look for bean methods with the specified minimum visibility. + * Configuration property: Look for bean methods with the specified minimum visibility. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.methodVisibility.s" *
                      • Data type: String ({@link Visibility}) @@ -373,6 +389,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * Methods are not considered bean getters/setters unless they meet the minimum visibility requirements. * For example, if the visibility is PUBLIC and the bean method is protected, then the method @@ -381,8 +398,9 @@ public class BeanContext extends Context { public static final String BEAN_methodVisibility = PREFIX + "methodVisibility.s"; /** - * Configuration property: Use Java {@link Introspector} for determining bean properties. + * Configuration property: Use Java {@link Introspector} for determining bean properties. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.useJavaBeanIntrospector.b" *
                      • Data type: Boolean @@ -390,6 +408,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * Using the built-in Java bean introspector will not pick up fields or non-standard getters/setters. * Most {@link Bean @Bean} annotations will be ignored. @@ -397,8 +416,9 @@ public class BeanContext extends Context { public static final String BEAN_useJavaBeanIntrospector = PREFIX + "useJavaBeanIntrospector.b"; /** - * Configuration property: Use interface proxies. + * Configuration property: Use interface proxies. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.useInterfaceProxies.b" *
                      • Data type: Boolean @@ -406,6 +426,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * If true, then interfaces will be instantiated as proxy classes through the use of an * {@link InvocationHandler} if there is no other way of instantiating them. @@ -413,8 +434,9 @@ public class BeanContext extends Context { public static final String BEAN_useInterfaceProxies = PREFIX + "useInterfaceProxies.b"; /** - * Configuration property: Ignore unknown properties. + * Configuration property: Ignore unknown properties. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.ignoreUnknownBeanProperties.b" *
                      • Data type: Boolean @@ -422,6 +444,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * If true, trying to set a value on a non-existent bean property will silently be ignored. * Otherwise, a {@code RuntimeException} is thrown. @@ -429,8 +452,9 @@ public class BeanContext extends Context { public static final String BEAN_ignoreUnknownBeanProperties = PREFIX + "ignoreUnknownBeanProperties.b"; /** - * Configuration property: Ignore unknown properties with null values. + * Configuration property: Ignore unknown properties with null values. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.ignoreUnknownNullBeanProperties.b" *
                      • Data type: Boolean @@ -438,6 +462,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * If true, trying to set a null value on a non-existent bean property will silently be ignored. * Otherwise, a {@code RuntimeException} is thrown. @@ -445,8 +470,9 @@ public class BeanContext extends Context { public static final String BEAN_ignoreUnknownNullBeanProperties = PREFIX + "ignoreUnknownNullBeanProperties.b"; /** - * Configuration property: Ignore properties without setters. + * Configuration property: Ignore properties without setters. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.ignorePropertiesWithoutSetters.b" *
                      • Data type: Boolean @@ -454,6 +480,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * If true, trying to set a value on a bean property without a setter will silently be ignored. * Otherwise, a {@code RuntimeException} is thrown. @@ -461,8 +488,9 @@ public class BeanContext extends Context { public static final String BEAN_ignorePropertiesWithoutSetters = PREFIX + "ignorePropertiesWithoutSetters.b"; /** - * Configuration property: Ignore invocation errors on getters. + * Configuration property: Ignore invocation errors on getters. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.ignoreInvocationExceptionsOnGetters.b" *
                      • Data type: Boolean @@ -470,6 +498,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * If true, errors thrown when calling bean getter methods will silently be ignored. * Otherwise, a {@code BeanRuntimeException} is thrown. @@ -477,8 +506,9 @@ public class BeanContext extends Context { public static final String BEAN_ignoreInvocationExceptionsOnGetters = PREFIX + "ignoreInvocationExceptionsOnGetters.b"; /** - * Configuration property: Ignore invocation errors on setters. + * Configuration property: Ignore invocation errors on setters. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.ignoreInvocationExceptionsOnSetters.b" *
                      • Data type: Boolean @@ -486,6 +516,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * If true, errors thrown when calling bean setter methods will silently be ignored. * Otherwise, a {@code BeanRuntimeException} is thrown. @@ -493,8 +524,9 @@ public class BeanContext extends Context { public static final String BEAN_ignoreInvocationExceptionsOnSetters = PREFIX + "ignoreInvocationExceptionsOnSetters.b"; /** - * Configuration property: Sort bean properties in alphabetical order. + * Configuration property: Sort bean properties in alphabetical order. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.sortProperties.b" *
                      • Data type: Boolean @@ -502,6 +534,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * When true, all bean properties will be serialized and access in alphabetical order. * Otherwise, the natural order of the bean properties is used which is dependent on the JVM vendor. @@ -516,8 +549,9 @@ public class BeanContext extends Context { public static final String BEAN_sortProperties = PREFIX + "sortProperties.b"; /** - * Configuration property: Packages whose classes should not be considered beans. + * Configuration property: Packages whose classes should not be considered beans. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.notBeanPackages.ss" *
                      • Data type: Set<String> @@ -535,6 +569,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * When specified, the current list of ignore packages are appended to. * @@ -547,18 +582,19 @@ public class BeanContext extends Context { public static final String BEAN_notBeanPackages = PREFIX + "notBeanPackages.ss"; /** - * Configuration property: Add to packages whose classes should not be considered beans. + * Configuration property: Add to packages whose classes should not be considered beans. */ public static final String BEAN_notBeanPackages_add = PREFIX + "notBeanPackages.ss/add"; /** - * Configuration property: Remove from packages whose classes should not be considered beans. + * Configuration property: Remove from packages whose classes should not be considered beans. */ public static final String BEAN_notBeanPackages_remove = PREFIX + "notBeanPackages.ss/remove"; /** - * Configuration property: Classes to be excluded from consideration as being beans. + * Configuration property: Classes to be excluded from consideration as being beans. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.notBeanClasses.sc" *
                      • Data type: Set<Class> @@ -566,6 +602,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * Not-bean classes are typically converted to Strings during serialization even if they appear to be * bean-like. @@ -573,18 +610,19 @@ public class BeanContext extends Context { public static final String BEAN_notBeanClasses = PREFIX + "notBeanClasses.sc"; /** - * Configuration property: Add to classes that should not be considered beans. + * Configuration property: Add to classes that should not be considered beans. */ public static final String BEAN_notBeanClasses_add = PREFIX + "notBeanClasses.sc/add"; /** - * Configuration property: Remove from classes that should not be considered beans. + * Configuration property: Remove from classes that should not be considered beans. */ public static final String BEAN_notBeanClasses_remove = PREFIX + "notBeanClasses.sc/remove"; /** - * Configuration property: Bean filters to apply to beans. + * Configuration property: Bean filters to apply to beans. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.beanFilters.lc" *
                      • Data type: List<Class> @@ -592,6 +630,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * This is a programmatic equivalent to the {@link Bean @Bean} annotation. * It's useful when you want to use the Bean annotation functionality, but you don't have the ability to alter the @@ -613,18 +652,19 @@ public class BeanContext extends Context { public static final String BEAN_beanFilters = PREFIX + "beanFilters.lc"; /** - * Configuration property: Add to bean filters. + * Configuration property: Add to bean filters. */ public static final String BEAN_beanFilters_add = PREFIX + "beanFilters.lc/add"; /** - * Configuration property: Remove from bean filters. + * Configuration property: Remove from bean filters. */ public static final String BEAN_beanFilters_remove = PREFIX + "beanFilters.lc/remove"; /** - * Configuration property: POJO swaps to apply to Java objects. + * Configuration property: POJO swaps to apply to Java objects. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.pojoSwaps.lc" *
                      • Data type: List<Class> @@ -632,6 +672,7 @@ public class BeanContext extends Context { *
                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * There are two category of classes that can be passed in through this method: *

                        @@ -647,18 +688,19 @@ public class BeanContext extends Context { public static final String BEAN_pojoSwaps = PREFIX + "pojoSwaps.lc"; /** - * Configuration property: Add to POJO swap classes. + * Configuration property: Add to POJO swap classes. */ public static final String BEAN_pojoSwaps_add = PREFIX + "pojoSwaps.lc/add"; /** - * Configuration property: Remove from POJO swap classes. + * Configuration property: Remove from POJO swap classes. */ public static final String BEAN_pojoSwaps_remove = PREFIX + "pojoSwaps.lc/remove"; /** - * Configuration property: Implementation classes for interfaces and abstract classes. + * Configuration property: Implementation classes for interfaces and abstract classes. * + *
                        Property:
                        *
                          *
                        • Name: "BeanContext.implClasses.smc" *
                        • Data type: Map<String,Class> @@ -666,6 +708,7 @@ public class BeanContext extends Context { *
                        • Session-overridable: false *
                        * + *
                        Description:
                        *

                        * For interfaces and abstract classes this method can be used to specify an implementation class for the * interface/abstract class so that instances of the implementation class are used when instantiated (e.g. during a @@ -674,8 +717,9 @@ public class BeanContext extends Context { public static final String BEAN_implClasses = PREFIX + "implClasses.smc"; /** - * Configuration property: Explicitly specify visible bean properties. + * Configuration property: Explicitly specify visible bean properties. * + *

                        Property:
                        *
                          *
                        • Name: "BeanContext.includeProperties.sms" *
                        • Data type: Map<String,String> @@ -683,6 +727,7 @@ public class BeanContext extends Context { *
                        • Session-overridable: false *
                        * + *
                        Description:
                        *

                        * Specifies to only include the specified list of properties for the specified bean classes. * @@ -701,8 +746,9 @@ public class BeanContext extends Context { public static final String BEAN_includeProperties = PREFIX + "includeProperties.sms"; /** - * Configuration property: Exclude specified properties from beans. + * Configuration property: Exclude specified properties from beans. * + *

                        Property:
                        *
                          *
                        • Name: "BeanContext.excludeProperties.sms" *
                        • Data type: Map<String,String> @@ -710,6 +756,7 @@ public class BeanContext extends Context { *
                        • Session-overridable: false *
                        * + *
                        Description:
                        *

                        * Specifies to exclude the specified list of properties for the specified bean class. * @@ -738,6 +785,7 @@ public class BeanContext extends Context { *

                      • Session-overridable: false *
                      * + *
                      Description:
                      *

                      * The list of classes that make up the bean dictionary in this bean context. * @@ -796,8 +844,9 @@ public class BeanContext extends Context { public static final String BEAN_beanDictionary_remove = PREFIX + "beanDictionary.lc/remove"; /** - * Configuration property: Name to use for the bean type properties used to represent a bean type. + * Configuration property: Name to use for the bean type properties used to represent a bean type. * + *

                      Property:
                      *
                        *
                      • Name: "BeanContext.beanTypePropertyName.s" *
                      • Data type: String @@ -808,8 +857,9 @@ public class BeanContext extends Context { public static final String BEAN_beanTypePropertyName = PREFIX + "beanTypePropertyName.s"; /** - * Configuration property: Default parser to use when converting Strings to POJOs. + * Configuration property: Default parser to use when converting Strings to POJOs. * + *
                        Property:
                        *
                          *
                        • Name: "BeanContext.defaultParser.c" *
                        • Data type: Class @@ -817,14 +867,16 @@ public class BeanContext extends Context { *
                        • Session-overridable: false *
                        * + *
                        Description:
                        *

                        * Used in the in the {@link BeanSession#convertToType(Object, Class)} method. */ public static final String BEAN_defaultParser = PREFIX + "defaultParser.c"; /** - * Configuration property: Locale. + * Configuration property: Locale. * + *

                        Property:
                        *
                          *
                        • Name: "BeanContext.locale.s" *
                        • Data type: String ({@link Locale}) @@ -832,14 +884,16 @@ public class BeanContext extends Context { *
                        • Session-overridable: true *
                        * + *
                        Description:
                        *

                        * Used in the in the {@link BeanSession#convertToType(Object, Class)} method. */ public static final String BEAN_locale = PREFIX + "locale.s"; /** - * Configuration property: TimeZone. + * Configuration property: TimeZone. * + *

                        Property:
                        *
                          *
                        • Name: "BeanContext.timeZone.s" *
                        • Data type: String ({@link Locale}) @@ -847,14 +901,16 @@ public class BeanContext extends Context { *
                        • Session-overridable: true *
                        * + *
                        Description:
                        *

                        * Used in the in the {@link BeanSession#convertToType(Object, Class)} method. */ public static final String BEAN_timeZone = PREFIX + "timeZone.s"; /** - * Configuration property: Media type. + * Configuration property: Media type. * + *

                        Property:
                        *
                          *
                        • Name: "BeanContext.mediaType.s" *
                        • Data type: String ({@link MediaType}) @@ -862,14 +918,16 @@ public class BeanContext extends Context { *
                        • Session-overridable: true *
                        * + *
                        Description:
                        *

                        * Specifies a default media type value for serializer and parser sessions. */ public static final String BEAN_mediaType = PREFIX + "mediaType.s"; /** - * Configuration property: Debug mode. + * Configuration property: Debug mode. * + *

                        Property:
                        *
                          *
                        • Name: "BeanContext.debug.b" *
                        • Data type: Boolean @@ -877,6 +935,7 @@ public class BeanContext extends Context { *
                        • Session-overridable: true *
                        * + *
                        Description:
                        *

                        * Enables the following additional information during serialization: *

                          http://git-wip-us.apache.org/repos/asf/juneau/blob/4a777cbc/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanContextBuilder.java ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanContextBuilder.java b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanContextBuilder.java index afc42b2..eeae7ff 100644 --- a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanContextBuilder.java +++ b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanContextBuilder.java @@ -99,7 +99,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Beans require no-arg constructors. + * Configuration property: Beans require no-arg constructors. * *

                          * If true, a Java class must implement a default no-arg constructor to be considered a bean. @@ -122,7 +122,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Beans require {@link Serializable} interface. + * Configuration property: Beans require {@link Serializable} interface. * *

                          * If true, a Java class must implement the {@link Serializable} interface to be considered a bean. @@ -145,7 +145,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Beans require setters for getters. + * Configuration property: Beans require setters for getters. * *

                          * If true, only getters that have equivalent setters will be considered as properties on a bean. @@ -165,7 +165,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Beans require at least one property. + * Configuration property: Beans require at least one property. * *

                          * If true, then a Java class must contain at least 1 property to be considered a bean. @@ -188,7 +188,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: {@link BeanMap#put(String,Object) BeanMap.put()} method will return old property + * Configuration property: {@link BeanMap#put(String,Object) BeanMap.put()} method will return old property * value. * *

                          @@ -213,7 +213,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Look for bean constructors with the specified minimum visibility. + * Configuration property: Look for bean constructors with the specified minimum visibility. * *

                          * Constructors not meeting this minimum visibility will be ignored. @@ -234,7 +234,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Look for bean classes with the specified minimum visibility. + * Configuration property: Look for bean classes with the specified minimum visibility. * *

                          * Classes are not considered beans unless they meet the minimum visibility requirements. @@ -255,7 +255,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Look for bean fields with the specified minimum visibility. + * Configuration property: Look for bean fields with the specified minimum visibility. * *

                          * Fields are not considered bean properties unless they meet the minimum visibility requirements. @@ -277,7 +277,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Look for bean methods with the specified minimum visibility. + * Configuration property: Look for bean methods with the specified minimum visibility. * *

                          * Methods are not considered bean getters/setters unless they meet the minimum visibility requirements. @@ -299,7 +299,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Use Java {@link Introspector} for determining bean properties. + * Configuration property: Use Java {@link Introspector} for determining bean properties. * *

                          * Using the built-in Java bean introspector will not pick up fields or non-standard getters/setters. @@ -319,7 +319,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Use interface proxies. + * Configuration property: Use interface proxies. * *

                          * If true, then interfaces will be instantiated as proxy classes through the use of an @@ -339,7 +339,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Ignore unknown properties. + * Configuration property: Ignore unknown properties. * *

                          * If true, trying to set a value on a non-existent bean property will silently be ignored. @@ -359,7 +359,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Ignore unknown properties with null values. + * Configuration property: Ignore unknown properties with null values. * *

                          * If true, trying to set a null value on a non-existent bean property will silently be ignored. @@ -379,7 +379,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Ignore properties without setters. + * Configuration property: Ignore properties without setters. * *

                          * If true, trying to set a value on a bean property without a setter will silently be ignored. @@ -399,7 +399,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Ignore invocation errors on getters. + * Configuration property: Ignore invocation errors on getters. * *

                          * If true, errors thrown when calling bean getter methods will silently be ignored. @@ -419,7 +419,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Ignore invocation errors on setters. + * Configuration property: Ignore invocation errors on setters. * *

                          * If true, errors thrown when calling bean setter methods will silently be ignored. @@ -439,7 +439,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Sort bean properties in alphabetical order. + * Configuration property: Sort bean properties in alphabetical order. * *

                          * When true, all bean properties will be serialized and access in alphabetical order. @@ -466,7 +466,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Packages whose classes should not be considered beans. + * Configuration property: Packages whose classes should not be considered beans. * *

                          * When specified, the current list of ignore packages are appended to. @@ -493,7 +493,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Packages whose classes should not be considered beans. + * Configuration property: Packages whose classes should not be considered beans. * * Same as {@link #notBeanPackages(boolean, String...)} but using a Collection. * @@ -508,7 +508,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Add to packages whose classes should not be considered beans. + * Configuration property: Add to packages whose classes should not be considered beans. * *

                          Notes:
                          *
                            @@ -525,7 +525,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Add to packages whose classes should not be considered beans. + * Configuration property: Add to packages whose classes should not be considered beans. * *

                            * Same as {@link #notBeanPackages(String...)} but using a Collection. @@ -539,7 +539,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Remove from packages whose classes should not be considered beans. + * Configuration property: Remove from packages whose classes should not be considered beans. * *

                            Notes:
                            *
                              @@ -557,7 +557,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Remove from packages whose classes should not be considered beans. + * Configuration property: Remove from packages whose classes should not be considered beans. * *

                              * Same as {@link #notBeanPackagesRemove(String...)} but using a Collection. @@ -572,7 +572,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Classes to be excluded from consideration as being beans. + * Configuration property: Classes to be excluded from consideration as being beans. * *

                              * Not-bean classes are typically converted to Strings during serialization even if they appear to be @@ -594,7 +594,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Classes to be excluded from consideration as being beans. + * Configuration property: Classes to be excluded from consideration as being beans. * *

                              * Same as {@link #notBeanClasses(boolean, Class...)} but using a Collection. @@ -610,7 +610,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Add to classes that should not be considered beans. + * Configuration property: Add to classes that should not be considered beans. * *

                              Notes:
                              *
                                @@ -628,7 +628,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Add to classes that should not be considered beans. + * Configuration property: Add to classes that should not be considered beans. * *

                                * Same as {@link #notBeanClasses(Class...)} but using a Collection. @@ -643,7 +643,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Remove from classes that should not be considered beans. + * Configuration property: Remove from classes that should not be considered beans. * *

                                Notes:
                                *
                                  @@ -661,7 +661,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Remove from classes that should not be considered beans. + * Configuration property: Remove from classes that should not be considered beans. * *

                                  * Same as {@link #notBeanClassesRemove(Class...)} but using a Collection. @@ -676,7 +676,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Bean filters to apply to beans. + * Configuration property: Bean filters to apply to beans. * *

                                  * This is a programmatic equivalent to the {@link Bean @Bean} annotation. @@ -712,7 +712,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Bean filters to apply to beans. + * Configuration property: Bean filters to apply to beans. * *

                                  * Same as {@link #beanFilters(boolean, Class...)} but using a Collection. @@ -728,7 +728,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Add to bean filters. + * Configuration property: Add to bean filters. * *

                                  Notes:
                                  *
                                    @@ -746,7 +746,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Add to bean filters. + * Configuration property: Add to bean filters. * *

                                    * Same as {@link #beanFilters(Class...)} but using a Collection. @@ -761,7 +761,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Remove from bean filters. + * Configuration property: Remove from bean filters. * *

                                    Notes:
                                    *
                                      @@ -779,7 +779,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Remove from bean filters. + * Configuration property: Remove from bean filters. * *

                                      * Same as {@link #beanFiltersRemove(Class...)} but using a Collection. @@ -794,7 +794,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: POJO swaps to apply to Java objects. + * Configuration property: POJO swaps to apply to Java objects. * *

                                      * There are two category of classes that can be passed in through this method: @@ -819,7 +819,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: POJO swaps to apply to Java objects. + * Configuration property: POJO swaps to apply to Java objects. * *

                                      * Same as {@link #pojoSwaps(boolean, Class...)} but using a Collection. @@ -835,7 +835,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Add to POJO swaps. + * Configuration property: Add to POJO swaps. * *

                                      Notes:
                                      *
                                        @@ -853,7 +853,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Add to POJO swaps. + * Configuration property: Add to POJO swaps. * *

                                        * Same as {@link #pojoSwaps(Class...)} but using a Collection. @@ -868,7 +868,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Remove from POJO swaps. + * Configuration property: Remove from POJO swaps. * *

                                        Notes:
                                        *
                                          @@ -886,7 +886,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Remove from POJO swaps. + * Configuration property: Remove from POJO swaps. * *

                                          * Same as {@link #pojoSwapsRemove(Class...)} but using a Collection. @@ -901,7 +901,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Implementation classes for interfaces and abstract classes. + * Configuration property: Implementation classes for interfaces and abstract classes. * *

                                          * For interfaces and abstract classes this method can be used to specify an implementation class for the @@ -922,7 +922,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Implementation classes for interfaces and abstract classes. + * Configuration property: Implementation classes for interfaces and abstract classes. * *

                                          Notes:
                                          *
                                            @@ -941,7 +941,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Explicitly specify visible bean properties. + * Configuration property: Explicitly specify visible bean properties. * *

                                            * Specifies to only include the specified list of properties for the specified bean classes. @@ -969,7 +969,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Explicitly specify visible bean properties. + * Configuration property: Explicitly specify visible bean properties. * *

                                            Notes:
                                            *
                                              @@ -987,7 +987,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Explicitly specify visible bean properties. + * Configuration property: Explicitly specify visible bean properties. * *
                                              Notes:
                                              *
                                                @@ -1005,7 +1005,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Exclude specified properties from beans. + * Configuration property: Exclude specified properties from beans. * *

                                                * Specifies to exclude the specified list of properties for the specified bean classes. @@ -1033,7 +1033,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Exclude specified properties from beans. + * Configuration property: Exclude specified properties from beans. * *

                                                Notes:
                                                *
                                                  @@ -1051,7 +1051,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Exclude specified properties from beans. + * Configuration property: Exclude specified properties from beans. * *
                                                  Notes:
                                                  *
                                                    @@ -1069,7 +1069,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Bean lookup dictionary. + * Configuration property: Bean lookup dictionary. * *
                                                    Example:
                                                    * @@ -1099,7 +1099,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Bean lookup dictionary. + * Configuration property: Bean lookup dictionary. * *

                                                    * The list of classes that make up the bean dictionary in this bean context. @@ -1154,7 +1154,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Remove from bean dictionary. + * Configuration property: Remove from bean dictionary. * *

                                                    Notes:
                                                    *
                                                      @@ -1172,7 +1172,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Name to use for the bean type properties used to represent a bean type. + * Configuration property: Name to use for the bean type properties used to represent a bean type. * *
                                                      Notes:
                                                      *
                                                        @@ -1188,7 +1188,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Default parser to use when converting Strings to POJOs. + * Configuration property: Default parser to use when converting Strings to POJOs. * *

                                                        * Used in the in the {@link BeanSession#convertToType(Object, Class)} method. @@ -1207,7 +1207,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Locale. + * Configuration property: Locale. * *

                                                        Notes:
                                                        *
                                                          @@ -1223,7 +1223,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: TimeZone. + * Configuration property: TimeZone. * *
                                                          Notes:
                                                          *
                                                            @@ -1239,7 +1239,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Media type. + * Configuration property: Media type. * *

                                                            * Specifies a default media type value for serializer and parser sessions. @@ -1258,7 +1258,7 @@ public class BeanContextBuilder extends ContextBuilder { } /** - * Configuration property: Debug mode. + * Configuration property: Debug mode. * *

                                                            * Enables the following additional information during serialization: