1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "java-time-chrono-ThaiBuddhistChronology"))]
__jni_bindgen! {
    /// public final class [ThaiBuddhistChronology](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html)
    ///
    /// Required feature: "java-time-chrono-ThaiBuddhistChronology"
    public final class ThaiBuddhistChronology ("java/time/chrono/ThaiBuddhistChronology") extends crate::java::time::chrono::AbstractChronology, implements crate::java::io::Serializable {

        /// [getId](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#getId())
        ///
        /// Required features: "java-lang-String"
        #[cfg(any(feature = "all", all(feature = "java-lang-String")))]
        pub fn getId<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::lang::String>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "getId", .descriptor == "()Ljava/lang/String;"
            unsafe {
                let __jni_args = [];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "getId\0", "()Ljava/lang/String;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [getCalendarType](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#getCalendarType())
        ///
        /// Required features: "java-lang-String"
        #[cfg(any(feature = "all", all(feature = "java-lang-String")))]
        pub fn getCalendarType<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::lang::String>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "getCalendarType", .descriptor == "()Ljava/lang/String;"
            unsafe {
                let __jni_args = [];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "getCalendarType\0", "()Ljava/lang/String;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [date](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#date(java.time.chrono.Era,%20int,%20int,%20int))
        ///
        /// Required features: "java-time-chrono-Era", "java-time-chrono-ThaiBuddhistDate"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-Era", feature = "java-time-chrono-ThaiBuddhistDate")))]
        pub fn date_Era_int_int_int<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::chrono::Era>>, arg1: i32, arg2: i32, arg3: i32) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistDate>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "date", .descriptor == "(Ljava/time/chrono/Era;III)Ljava/time/chrono/ThaiBuddhistDate;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1), __jni_bindgen::AsJValue::as_jvalue(&arg2), __jni_bindgen::AsJValue::as_jvalue(&arg3)];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "date\0", "(Ljava/time/chrono/Era;III)Ljava/time/chrono/ThaiBuddhistDate;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [date](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#date(int,%20int,%20int))
        ///
        /// Required features: "java-time-chrono-ThaiBuddhistDate"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-ThaiBuddhistDate")))]
        pub fn date_int_int_int<'env>(&'env self, arg0: i32, arg1: i32, arg2: i32) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistDate>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "date", .descriptor == "(III)Ljava/time/chrono/ThaiBuddhistDate;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0), __jni_bindgen::AsJValue::as_jvalue(&arg1), __jni_bindgen::AsJValue::as_jvalue(&arg2)];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "date\0", "(III)Ljava/time/chrono/ThaiBuddhistDate;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [dateYearDay](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#dateYearDay(java.time.chrono.Era,%20int,%20int))
        ///
        /// Required features: "java-time-chrono-Era", "java-time-chrono-ThaiBuddhistDate"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-Era", feature = "java-time-chrono-ThaiBuddhistDate")))]
        pub fn dateYearDay_Era_int_int<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::chrono::Era>>, arg1: i32, arg2: i32) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistDate>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "dateYearDay", .descriptor == "(Ljava/time/chrono/Era;II)Ljava/time/chrono/ThaiBuddhistDate;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1), __jni_bindgen::AsJValue::as_jvalue(&arg2)];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "dateYearDay\0", "(Ljava/time/chrono/Era;II)Ljava/time/chrono/ThaiBuddhistDate;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [dateYearDay](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#dateYearDay(int,%20int))
        ///
        /// Required features: "java-time-chrono-ThaiBuddhistDate"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-ThaiBuddhistDate")))]
        pub fn dateYearDay_int_int<'env>(&'env self, arg0: i32, arg1: i32) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistDate>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "dateYearDay", .descriptor == "(II)Ljava/time/chrono/ThaiBuddhistDate;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0), __jni_bindgen::AsJValue::as_jvalue(&arg1)];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "dateYearDay\0", "(II)Ljava/time/chrono/ThaiBuddhistDate;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [dateEpochDay](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#dateEpochDay(long))
        ///
        /// Required features: "java-time-chrono-ThaiBuddhistDate"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-ThaiBuddhistDate")))]
        pub fn dateEpochDay_long<'env>(&'env self, arg0: i64) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistDate>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "dateEpochDay", .descriptor == "(J)Ljava/time/chrono/ThaiBuddhistDate;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0)];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "dateEpochDay\0", "(J)Ljava/time/chrono/ThaiBuddhistDate;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [dateNow](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#dateNow())
        ///
        /// Required features: "java-time-chrono-ThaiBuddhistDate"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-ThaiBuddhistDate")))]
        pub fn dateNow<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistDate>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "dateNow", .descriptor == "()Ljava/time/chrono/ThaiBuddhistDate;"
            unsafe {
                let __jni_args = [];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "dateNow\0", "()Ljava/time/chrono/ThaiBuddhistDate;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [dateNow](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#dateNow(java.time.ZoneId))
        ///
        /// Required features: "java-time-ZoneId", "java-time-chrono-ThaiBuddhistDate"
        #[cfg(any(feature = "all", all(feature = "java-time-ZoneId", feature = "java-time-chrono-ThaiBuddhistDate")))]
        pub fn dateNow_ZoneId<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::ZoneId>>) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistDate>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "dateNow", .descriptor == "(Ljava/time/ZoneId;)Ljava/time/chrono/ThaiBuddhistDate;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "dateNow\0", "(Ljava/time/ZoneId;)Ljava/time/chrono/ThaiBuddhistDate;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [dateNow](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#dateNow(java.time.Clock))
        ///
        /// Required features: "java-time-Clock", "java-time-chrono-ThaiBuddhistDate"
        #[cfg(any(feature = "all", all(feature = "java-time-Clock", feature = "java-time-chrono-ThaiBuddhistDate")))]
        pub fn dateNow_Clock<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::Clock>>) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistDate>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "dateNow", .descriptor == "(Ljava/time/Clock;)Ljava/time/chrono/ThaiBuddhistDate;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "dateNow\0", "(Ljava/time/Clock;)Ljava/time/chrono/ThaiBuddhistDate;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [date](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#date(java.time.temporal.TemporalAccessor))
        ///
        /// Required features: "java-time-chrono-ThaiBuddhistDate", "java-time-temporal-TemporalAccessor"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-ThaiBuddhistDate", feature = "java-time-temporal-TemporalAccessor")))]
        pub fn date_TemporalAccessor<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::temporal::TemporalAccessor>>) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistDate>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "date", .descriptor == "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/chrono/ThaiBuddhistDate;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "date\0", "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/chrono/ThaiBuddhistDate;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [localDateTime](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#localDateTime(java.time.temporal.TemporalAccessor))
        ///
        /// Required features: "java-time-chrono-ChronoLocalDateTime", "java-time-temporal-TemporalAccessor"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-ChronoLocalDateTime", feature = "java-time-temporal-TemporalAccessor")))]
        pub fn localDateTime<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::temporal::TemporalAccessor>>) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ChronoLocalDateTime>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "localDateTime", .descriptor == "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/chrono/ChronoLocalDateTime;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "localDateTime\0", "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/chrono/ChronoLocalDateTime;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [zonedDateTime](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#zonedDateTime(java.time.temporal.TemporalAccessor))
        ///
        /// Required features: "java-time-chrono-ChronoZonedDateTime", "java-time-temporal-TemporalAccessor"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-ChronoZonedDateTime", feature = "java-time-temporal-TemporalAccessor")))]
        pub fn zonedDateTime_TemporalAccessor<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::temporal::TemporalAccessor>>) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ChronoZonedDateTime>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "zonedDateTime", .descriptor == "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/chrono/ChronoZonedDateTime;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "zonedDateTime\0", "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/chrono/ChronoZonedDateTime;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [zonedDateTime](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#zonedDateTime(java.time.Instant,%20java.time.ZoneId))
        ///
        /// Required features: "java-time-Instant", "java-time-ZoneId", "java-time-chrono-ChronoZonedDateTime"
        #[cfg(any(feature = "all", all(feature = "java-time-Instant", feature = "java-time-ZoneId", feature = "java-time-chrono-ChronoZonedDateTime")))]
        pub fn zonedDateTime_Instant_ZoneId<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::Instant>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::ZoneId>>) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ChronoZonedDateTime>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "zonedDateTime", .descriptor == "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/chrono/ChronoZonedDateTime;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "zonedDateTime\0", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/chrono/ChronoZonedDateTime;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [isLeapYear](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#isLeapYear(long))
        pub fn isLeapYear<'env>(&'env self, arg0: i64) -> __jni_bindgen::std::result::Result<bool, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "isLeapYear", .descriptor == "(J)Z"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0)];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "isLeapYear\0", "(J)Z\0");
                __jni_env.call_boolean_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [prolepticYear](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#prolepticYear(java.time.chrono.Era,%20int))
        ///
        /// Required features: "java-time-chrono-Era"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-Era")))]
        pub fn prolepticYear<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::chrono::Era>>, arg1: i32) -> __jni_bindgen::std::result::Result<i32, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "prolepticYear", .descriptor == "(Ljava/time/chrono/Era;I)I"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1)];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "prolepticYear\0", "(Ljava/time/chrono/Era;I)I\0");
                __jni_env.call_int_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [eraOf](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#eraOf(int))
        ///
        /// Required features: "java-time-chrono-ThaiBuddhistEra"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-ThaiBuddhistEra")))]
        pub fn eraOf_int<'env>(&'env self, arg0: i32) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistEra>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "eraOf", .descriptor == "(I)Ljava/time/chrono/ThaiBuddhistEra;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0)];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "eraOf\0", "(I)Ljava/time/chrono/ThaiBuddhistEra;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [eras](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#eras())
        ///
        /// Required features: "java-util-List"
        #[cfg(any(feature = "all", all(feature = "java-util-List")))]
        pub fn eras<'env>(&'env self) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::util::List>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "eras", .descriptor == "()Ljava/util/List;"
            unsafe {
                let __jni_args = [];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "eras\0", "()Ljava/util/List;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [range](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#range(java.time.temporal.ChronoField))
        ///
        /// Required features: "java-time-temporal-ChronoField", "java-time-temporal-ValueRange"
        #[cfg(any(feature = "all", all(feature = "java-time-temporal-ChronoField", feature = "java-time-temporal-ValueRange")))]
        pub fn range<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::temporal::ChronoField>>) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::temporal::ValueRange>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "range", .descriptor == "(Ljava/time/temporal/ChronoField;)Ljava/time/temporal/ValueRange;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "range\0", "(Ljava/time/temporal/ChronoField;)Ljava/time/temporal/ValueRange;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [resolveDate](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#resolveDate(java.util.Map,%20java.time.format.ResolverStyle))
        ///
        /// Required features: "java-time-chrono-ThaiBuddhistDate", "java-time-format-ResolverStyle", "java-util-Map"
        #[cfg(any(feature = "all", all(feature = "java-time-chrono-ThaiBuddhistDate", feature = "java-time-format-ResolverStyle", feature = "java-util-Map")))]
        pub fn resolveDate_Map_ResolverStyle<'env>(&'env self, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::util::Map>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::time::format::ResolverStyle>>) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistDate>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "java/time/chrono/ThaiBuddhistChronology", java.flags == PUBLIC, .name == "resolveDate", .descriptor == "(Ljava/util/Map;Ljava/time/format/ResolverStyle;)Ljava/time/chrono/ThaiBuddhistDate;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())];
                let __jni_env = __jni_bindgen::Env::from_ptr(self.0.env);
                let (__jni_class, __jni_method) = __jni_env.require_class_method("java/time/chrono/ThaiBuddhistChronology\0", "resolveDate\0", "(Ljava/util/Map;Ljava/time/format/ResolverStyle;)Ljava/time/chrono/ThaiBuddhistDate;\0");
                __jni_env.call_object_method_a(self.0.object, __jni_method, __jni_args.as_ptr())
            }
        }

        /// **get** public static final [INSTANCE](https://developer.android.com/reference/java/time/chrono/ThaiBuddhistChronology.html#INSTANCE)
        ///
        /// Required feature: "java-time-chrono-ThaiBuddhistChronology"
        #[cfg(any(feature = "all", feature = "java-time-chrono-ThaiBuddhistChronology"))]
        pub fn INSTANCE<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::chrono::ThaiBuddhistChronology>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("java/time/chrono/ThaiBuddhistChronology\0", "INSTANCE\0", "Ljava/time/chrono/ThaiBuddhistChronology;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }
    }
}