You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="type-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70
-
<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/ElementType.html#METHOD" title="class or interface in java.lang.annotation" class="external-link">METHOD</a>)
69
+
<divclass="type-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70
+
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/ElementType.html#METHOD" title="class or interface in java.lang.annotation" class="external-link">METHOD</a>)
<divclass="col-first even-row-color"><code><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
85
+
<divclass="col-first even-row-color"><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<divclass="block">Return the name used to persist the property.</div>
89
89
</div>
90
-
<divclass="col-first odd-row-color"><code><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
90
+
<divclass="col-first odd-row-color"><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<divclass="block">Return the name of the setter.</div>
94
94
</div>
95
-
<divclass="col-first even-row-color"><code><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
95
+
<divclass="col-first even-row-color"><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<divclass="block">The key identifying the store where the observable data is stored.</div>
@@ -112,7 +112,7 @@ <h2>Element Details</h2>
112
112
<li>
113
113
<sectionclass="detail" id="name()">
114
114
<h3>name</h3>
115
-
<divclass="member-signature"><spanclass="annotations">@Nonnull </span><spanclass="return-type"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name"><ahref="../../src-html/arez/persist/Persist.html#line-27">name</a></span></div>
115
+
<divclass="member-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html" title="class or interface in javax.annotation" class="external-link">@Nonnull</a></span><spanclass="return-type"><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name"><ahref="../../src-html/arez/persist/Persist.html#line-27">name</a></span></div>
116
116
<divclass="block">Return the name used to persist the property.
117
117
If unspecified and the method is named according to javabeans getter conventions then the java bean property name
118
118
will be used, otherwise the name of the method will be used. It should be notes that during the code generation
@@ -134,7 +134,7 @@ <h3>name</h3>
134
134
<li>
135
135
<sectionclass="detail" id="store()">
136
136
<h3>store</h3>
137
-
<divclass="member-signature"><spanclass="annotations">@Nonnull </span><spanclass="return-type"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name"><ahref="../../src-html/arez/persist/Persist.html#line-36">store</a></span></div>
137
+
<divclass="member-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html" title="class or interface in javax.annotation" class="external-link">@Nonnull</a></span><spanclass="return-type"><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name"><ahref="../../src-html/arez/persist/Persist.html#line-36">store</a></span></div>
138
138
<divclass="block">The key identifying the store where the observable data is stored.
139
139
The name of the store must comply with the requirements for a java identifier.</div>
140
140
<dlclass="notes">
@@ -150,7 +150,7 @@ <h3>store</h3>
150
150
<li>
151
151
<sectionclass="detail" id="setterName()">
152
152
<h3>setterName</h3>
153
-
<divclass="member-signature"><spanclass="annotations">@Nonnull </span><spanclass="return-type"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name"><ahref="../../src-html/arez/persist/Persist.html#line-47">setterName</a></span></div>
153
+
<divclass="member-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html" title="class or interface in javax.annotation" class="external-link">@Nonnull</a></span><spanclass="return-type"><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name"><ahref="../../src-html/arez/persist/Persist.html#line-47">setterName</a></span></div>
154
154
<divclass="block">Return the name of the setter.
155
155
If unspecified the tool assumes that the setter method is named according to javabeans setter based on the derived
156
156
<ahref="#name()"><code>name()</code></a> of the property. So if the property is named <code>expanded</code> then the library will
<divclass="type-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70
-
<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/ElementType.html#METHOD" title="class or interface in java.lang.annotation" class="external-link">METHOD</a>)
69
+
<divclass="type-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70
+
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/ElementType.html#METHOD" title="class or interface in java.lang.annotation" class="external-link">METHOD</a>)
<divclass="type-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70
-
<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/annotation/ElementType.html#TYPE" title="class or interface in java.lang.annotation" class="external-link">TYPE</a>)
69
+
<divclass="type-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
70
+
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/ElementType.html#TYPE" title="class or interface in java.lang.annotation" class="external-link">TYPE</a>)
<divclass="col-first even-row-color"><code><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
85
+
<divclass="col-first even-row-color"><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<divclass="block">The key identifying the default store where the observable data is stored.</div>
89
89
</div>
90
-
<divclass="col-first odd-row-color"><code><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
90
+
<divclass="col-first odd-row-color"><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<divclass="block">Return the name used to persist the type.</div>
@@ -112,7 +112,7 @@ <h2>Element Details</h2>
112
112
<li>
113
113
<sectionclass="detail" id="name()">
114
114
<h3>name</h3>
115
-
<divclass="member-signature"><spanclass="annotations">@Nonnull </span><spanclass="return-type"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name"><ahref="../../src-html/arez/persist/PersistType.html#line-25">name</a></span></div>
115
+
<divclass="member-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html" title="class or interface in javax.annotation" class="external-link">@Nonnull</a></span><spanclass="return-type"><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name"><ahref="../../src-html/arez/persist/PersistType.html#line-25">name</a></span></div>
116
116
<divclass="block">Return the name used to persist the type.
117
117
If not specified, then the simple name of the class will be used. The name must comply with the
118
118
requirements for a java identifier.
@@ -132,7 +132,7 @@ <h3>name</h3>
132
132
<li>
133
133
<sectionclass="detail" id="defaultStore()">
134
134
<h3>defaultStore</h3>
135
-
<divclass="member-signature"><spanclass="annotations">@Nonnull </span><spanclass="return-type"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name"><ahref="../../src-html/arez/persist/PersistType.html#line-35">defaultStore</a></span></div>
135
+
<divclass="member-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html" title="class or interface in javax.annotation" class="external-link">@Nonnull</a></span><spanclass="return-type"><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name"><ahref="../../src-html/arez/persist/PersistType.html#line-35">defaultStore</a></span></div>
136
136
<divclass="block">The key identifying the default store where the observable data is stored.
137
137
Individual properties annotated with the <ahref="Persist.html" title="annotation interface in arez.persist"><code>Persist</code></a> annotation can still override the store used.
138
138
The name of the defaultStore must comply with the requirements for a java identifier.</div>
0 commit comments