This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 188a518c37 Deploy documentation staging from 
c4b6ed994017b4c60d67cf47bd1b87fbbc58206f 
c4b6ed994017b4c60d67cf47bd1b87fbbc58206f
188a518c37 is described below

commit 188a518c37debf840a40211b9263107b3e69af9e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 12 23:45:42 2025 +0000

    Deploy documentation staging from c4b6ed994017b4c60d67cf47bd1b87fbbc58206f 
c4b6ed994017b4c60d67cf47bd1b87fbbc58206f
---
 site/xref/org/apache/juneau/BeanPropertyMeta.html | 50 +++++++++++------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/site/xref/org/apache/juneau/BeanPropertyMeta.html 
b/site/xref/org/apache/juneau/BeanPropertyMeta.html
index 21147f4a60..0b8f46431e 100644
--- a/site/xref/org/apache/juneau/BeanPropertyMeta.html
+++ b/site/xref/org/apache/juneau/BeanPropertyMeta.html
@@ -441,31 +441,31 @@
 <a class="jxr_linenumber" name="L433" href="#L433">433</a>             <strong 
class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> <a 
name="Builder" 
href="../../../org/apache/juneau/swap/Builder.html#Builder">Builder</a>(beanMeta,
 name);
 <a class="jxr_linenumber" name="L434" href="#L434">434</a>     }
 <a class="jxr_linenumber" name="L435" href="#L435">435</a> 
-<a class="jxr_linenumber" name="L436" href="#L436">436</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
AnnotationProvider ap;                                                          
              <em class="jxr_comment">// Annotation provider for finding 
annotations on this property.</em>
-<a class="jxr_linenumber" name="L437" href="#L437">437</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
Supplier&lt;List&lt;AnnotationInfo&lt;?&gt;&gt;&gt; annotations;                
                      <em class="jxr_comment">// Memoized list of all 
annotations on this property.</em>
-<a class="jxr_linenumber" name="L438" href="#L438">438</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
BeanContext bc;                                                                 
              <em class="jxr_comment">// The context that created this 
meta.</em>
-<a class="jxr_linenumber" name="L439" href="#L439">439</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
BeanMeta&lt;?&gt; beanMeta;                                                     
                    <em class="jxr_comment">// The bean that this property 
belongs to.</em>
-<a class="jxr_linenumber" name="L440" href="#L440">440</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="BeanRegistry" 
href="../../../org/apache/juneau/BeanRegistry.html#BeanRegistry">BeanRegistry</a>
 beanRegistry;                                                                  
  <em class="jxr_comment">// Bean registry for resolving bean types in this 
property.</em>
-<a class="jxr_linenumber" name="L441" href="#L441">441</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> canRead;                           
                                                   <em class="jxr_comment">// 
True if this property can be read.</em>
-<a class="jxr_linenumber" name="L442" href="#L442">442</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> canWrite;                          
                                                   <em class="jxr_comment">// 
True if this property can be written.</em>
-<a class="jxr_linenumber" name="L443" href="#L443">443</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
BeanPropertyMeta delegateFor;                                                   
              <em class="jxr_comment">// The bean property that this meta is a 
delegate for.</em>
-<a class="jxr_linenumber" name="L444" href="#L444">444</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="MethodInfo" 
href="../../../org/apache/juneau/commons/reflect/MethodInfo.html#MethodInfo">MethodInfo</a>
 extraKeys;                                                                     
    <em class="jxr_comment">// The bean property extraKeys method.</em>
-<a class="jxr_linenumber" name="L445" href="#L445">445</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="FieldInfo" 
href="../../../org/apache/juneau/commons/reflect/FieldInfo.html#FieldInfo">FieldInfo</a>
 field;                                                                         
     <em class="jxr_comment">// The bean property field (if it has one).</em>
-<a class="jxr_linenumber" name="L446" href="#L446">446</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="MethodInfo" 
href="../../../org/apache/juneau/commons/reflect/MethodInfo.html#MethodInfo">MethodInfo</a>
 getter;                                                                        
    <em class="jxr_comment">// The bean property getter.</em>
-<a class="jxr_linenumber" name="L447" href="#L447">447</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">int</strong> hashCode;                              
                                                   <em class="jxr_comment">// 
Cached hash code for this property meta.</em>
-<a class="jxr_linenumber" name="L448" href="#L448">448</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="FieldInfo" 
href="../../../org/apache/juneau/commons/reflect/FieldInfo.html#FieldInfo">FieldInfo</a>
 innerField;                                                                    
     <em class="jxr_comment">// The bean property field even if private (if it 
has one).</em>
-<a class="jxr_linenumber" name="L449" href="#L449">449</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> isDyna;                            
                                                   <em class="jxr_comment">// 
True if this is a dyna property (i.e. name="*").</em>
-<a class="jxr_linenumber" name="L450" href="#L450">450</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> isDynaGetterMap;                   
                                                   <em class="jxr_comment">// 
True if this is a dyna property where the getter returns a Map directly.</em>
-<a class="jxr_linenumber" name="L451" href="#L451">451</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> isUri;                             
                                                   <em class="jxr_comment">// 
True if this is a URL/URI or annotated with @URI.</em>
-<a class="jxr_linenumber" name="L452" href="#L452">452</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
String name;                                                                    
              <em class="jxr_comment">// The name of the property.</em>
-<a class="jxr_linenumber" name="L453" href="#L453">453</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
Object overrideValue;                                                           
              <em class="jxr_comment">// The bean property value (if it's an 
overridden delegate).</em>
-<a class="jxr_linenumber" name="L454" href="#L454">454</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
List&lt;String&gt; properties;                                                  
                    <em class="jxr_comment">// The value of the 
@Beanp(properties) annotation (unmodifiable).</em>
-<a class="jxr_linenumber" name="L455" href="#L455">455</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
ClassMeta&lt;?&gt; rawTypeMeta;                                                 
                    <em class="jxr_comment">// The real class type of the bean 
property.</em>
-<a class="jxr_linenumber" name="L456" href="#L456">456</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> readOnly;                          
                                                   <em class="jxr_comment">// 
True if this property is read-only.</em>
-<a class="jxr_linenumber" name="L457" href="#L457">457</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="MethodInfo" 
href="../../../org/apache/juneau/commons/reflect/MethodInfo.html#MethodInfo">MethodInfo</a>
 setter;                                                                        
    <em class="jxr_comment">// The bean property setter.</em>
-<a class="jxr_linenumber" name="L458" href="#L458">458</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
ObjectSwap swap;                                                                
              <em class="jxr_comment">// ObjectSwap defined only via @Beanp 
annotation.</em>
-<a class="jxr_linenumber" name="L459" href="#L459">459</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
ClassMeta&lt;?&gt; typeMeta;                                                    
                    <em class="jxr_comment">// The transformed class type of 
the bean property.</em>
-<a class="jxr_linenumber" name="L460" href="#L460">460</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> writeOnly;                         
                                                   <em class="jxr_comment">// 
True if this property is write-only.</em>
+<a class="jxr_linenumber" name="L436" href="#L436">436</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
AnnotationProvider ap;                             <em class="jxr_comment">// 
Annotation provider for finding annotations on this property.</em>
+<a class="jxr_linenumber" name="L437" href="#L437">437</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
Supplier&lt;List&lt;AnnotationInfo&lt;?&gt;&gt;&gt; annotations;     <em 
class="jxr_comment">// Memoized list of all annotations on this property.</em>
+<a class="jxr_linenumber" name="L438" href="#L438">438</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
BeanContext bc;                                    <em class="jxr_comment">// 
The context that created this meta.</em>
+<a class="jxr_linenumber" name="L439" href="#L439">439</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
BeanMeta&lt;?&gt; beanMeta;                              <em 
class="jxr_comment">// The bean that this property belongs to.</em>
+<a class="jxr_linenumber" name="L440" href="#L440">440</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="BeanRegistry" 
href="../../../org/apache/juneau/BeanRegistry.html#BeanRegistry">BeanRegistry</a>
 beanRegistry;                         <em class="jxr_comment">// Bean registry 
for resolving bean types in this property.</em>
+<a class="jxr_linenumber" name="L441" href="#L441">441</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> canRead;                           
        <em class="jxr_comment">// True if this property can be read.</em>
+<a class="jxr_linenumber" name="L442" href="#L442">442</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> canWrite;                          
        <em class="jxr_comment">// True if this property can be written.</em>
+<a class="jxr_linenumber" name="L443" href="#L443">443</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
BeanPropertyMeta delegateFor;                      <em class="jxr_comment">// 
The bean property that this meta is a delegate for.</em>
+<a class="jxr_linenumber" name="L444" href="#L444">444</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="MethodInfo" 
href="../../../org/apache/juneau/commons/reflect/MethodInfo.html#MethodInfo">MethodInfo</a>
 extraKeys;                              <em class="jxr_comment">// The bean 
property extraKeys method.</em>
+<a class="jxr_linenumber" name="L445" href="#L445">445</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="FieldInfo" 
href="../../../org/apache/juneau/commons/reflect/FieldInfo.html#FieldInfo">FieldInfo</a>
 field;                                   <em class="jxr_comment">// The bean 
property field (if it has one).</em>
+<a class="jxr_linenumber" name="L446" href="#L446">446</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="MethodInfo" 
href="../../../org/apache/juneau/commons/reflect/MethodInfo.html#MethodInfo">MethodInfo</a>
 getter;                                 <em class="jxr_comment">// The bean 
property getter.</em>
+<a class="jxr_linenumber" name="L447" href="#L447">447</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">int</strong> hashCode;                              
        <em class="jxr_comment">// Cached hash code for this property meta.</em>
+<a class="jxr_linenumber" name="L448" href="#L448">448</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="FieldInfo" 
href="../../../org/apache/juneau/commons/reflect/FieldInfo.html#FieldInfo">FieldInfo</a>
 innerField;                              <em class="jxr_comment">// The bean 
property field even if private (if it has one).</em>
+<a class="jxr_linenumber" name="L449" href="#L449">449</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> isDyna;                            
        <em class="jxr_comment">// True if this is a dyna property (i.e. 
name="*").</em>
+<a class="jxr_linenumber" name="L450" href="#L450">450</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> isDynaGetterMap;                   
        <em class="jxr_comment">// True if this is a dyna property where the 
getter returns a Map directly.</em>
+<a class="jxr_linenumber" name="L451" href="#L451">451</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> isUri;                             
        <em class="jxr_comment">// True if this is a URL/URI or annotated with 
@URI.</em>
+<a class="jxr_linenumber" name="L452" href="#L452">452</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
String name;                                       <em class="jxr_comment">// 
The name of the property.</em>
+<a class="jxr_linenumber" name="L453" href="#L453">453</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
Object overrideValue;                              <em class="jxr_comment">// 
The bean property value (if it's an overridden delegate).</em>
+<a class="jxr_linenumber" name="L454" href="#L454">454</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
List&lt;String&gt; properties;                           <em 
class="jxr_comment">// The value of the @Beanp(properties) annotation 
(unmodifiable).</em>
+<a class="jxr_linenumber" name="L455" href="#L455">455</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
ClassMeta&lt;?&gt; rawTypeMeta;                          <em 
class="jxr_comment">// The real class type of the bean property.</em>
+<a class="jxr_linenumber" name="L456" href="#L456">456</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> readOnly;                          
        <em class="jxr_comment">// True if this property is read-only.</em>
+<a class="jxr_linenumber" name="L457" href="#L457">457</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a name="MethodInfo" 
href="../../../org/apache/juneau/commons/reflect/MethodInfo.html#MethodInfo">MethodInfo</a>
 setter;                                 <em class="jxr_comment">// The bean 
property setter.</em>
+<a class="jxr_linenumber" name="L458" href="#L458">458</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
ObjectSwap swap;                                   <em class="jxr_comment">// 
ObjectSwap defined only via @Beanp annotation.</em>
+<a class="jxr_linenumber" name="L459" href="#L459">459</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
ClassMeta&lt;?&gt; typeMeta;                             <em 
class="jxr_comment">// The transformed class type of the bean property.</em>
+<a class="jxr_linenumber" name="L460" href="#L460">460</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">boolean</strong> writeOnly;                         
        <em class="jxr_comment">// True if this property is write-only.</em>
 <a class="jxr_linenumber" name="L461" href="#L461">461</a> 
 <a class="jxr_linenumber" name="L462" href="#L462">462</a>     <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L463" href="#L463">463</a> <em 
class="jxr_javadoccomment">      * Creates a new BeanPropertyMeta using the 
contents of the specified builder.</em>

Reply via email to