[−]Struct jni_android_sys::java::time::format::DateTimeFormatterBuilder
public final class DateTimeFormatterBuilder
Required feature: java-time-format-DateTimeFormatterBuilder
Methods
impl DateTimeFormatterBuilder
pub fn new<'env>(
__jni_env: &'env Env
) -> Result<Local<'env, DateTimeFormatterBuilder>>[src]
__jni_env: &'env Env
) -> Result<Local<'env, DateTimeFormatterBuilder>>
pub fn get_localized_date_time_pattern<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env FormatStyle>>,
arg1: impl Into<Option<&'env FormatStyle>>,
arg2: impl Into<Option<&'env Chronology>>,
arg3: impl Into<Option<&'env Locale>>
) -> Result<Option<Local<'env, String>>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env FormatStyle>>,
arg1: impl Into<Option<&'env FormatStyle>>,
arg2: impl Into<Option<&'env Chronology>>,
arg3: impl Into<Option<&'env Locale>>
) -> Result<Option<Local<'env, String>>>
Required features: "java-lang-String", "java-time-chrono-Chronology", "java-time-format-FormatStyle", "java-util-Locale"
pub fn parse_case_sensitive<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn parse_case_insensitive<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn parse_strict<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn parse_lenient<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn parse_defaulting<'env>(
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i64
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i64
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-temporal-TemporalField"
pub fn append_value_temporal_field<'env>(
&'env self,
arg0: impl Into<Option<&'env TemporalField>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TemporalField>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-temporal-TemporalField"
pub fn append_value_temporal_field_int<'env>(
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i32
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i32
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-temporal-TemporalField"
pub fn append_value_temporal_field_int_int_sign_style<'env>(
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i32,
arg2: i32,
arg3: impl Into<Option<&'env SignStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i32,
arg2: i32,
arg3: impl Into<Option<&'env SignStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-format-SignStyle", "java-time-temporal-TemporalField"
pub fn append_value_reduced_temporal_field_int_int_int<'env>(
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i32,
arg2: i32,
arg3: i32
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i32,
arg2: i32,
arg3: i32
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-temporal-TemporalField"
pub fn append_value_reduced_temporal_field_int_int_chrono_local_date<'env>(
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i32,
arg2: i32,
arg3: impl Into<Option<&'env ChronoLocalDate>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i32,
arg2: i32,
arg3: impl Into<Option<&'env ChronoLocalDate>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-chrono-ChronoLocalDate", "java-time-format-DateTimeFormatterBuilder", "java-time-temporal-TemporalField"
pub fn append_fraction<'env>(
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i32,
arg2: i32,
arg3: bool
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: i32,
arg2: i32,
arg3: bool
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-temporal-TemporalField"
pub fn append_text_temporal_field<'env>(
&'env self,
arg0: impl Into<Option<&'env TemporalField>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TemporalField>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-temporal-TemporalField"
pub fn append_text_temporal_field_text_style<'env>(
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: impl Into<Option<&'env TextStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: impl Into<Option<&'env TextStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-format-TextStyle", "java-time-temporal-TemporalField"
pub fn append_text_temporal_field_map<'env>(
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: impl Into<Option<&'env Map>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TemporalField>>,
arg1: impl Into<Option<&'env Map>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-temporal-TemporalField", "java-util-Map"
pub fn append_instant<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn append_instant_int<'env>(
&'env self,
arg0: i32
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: i32
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn append_offset_id<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn append_offset<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-lang-String", "java-time-format-DateTimeFormatterBuilder"
pub fn append_localized_offset<'env>(
&'env self,
arg0: impl Into<Option<&'env TextStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TextStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-format-TextStyle"
pub fn append_zone_id<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn append_zone_region_id<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn append_zone_or_offset_id<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn append_zone_text_text_style<'env>(
&'env self,
arg0: impl Into<Option<&'env TextStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TextStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-format-TextStyle"
pub fn append_zone_text_text_style_set<'env>(
&'env self,
arg0: impl Into<Option<&'env TextStyle>>,
arg1: impl Into<Option<&'env Set>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TextStyle>>,
arg1: impl Into<Option<&'env Set>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-format-TextStyle", "java-util-Set"
pub fn append_chronology_id<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn append_chronology_text<'env>(
&'env self,
arg0: impl Into<Option<&'env TextStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env TextStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-format-TextStyle"
pub fn append_localized<'env>(
&'env self,
arg0: impl Into<Option<&'env FormatStyle>>,
arg1: impl Into<Option<&'env FormatStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env FormatStyle>>,
arg1: impl Into<Option<&'env FormatStyle>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-format-FormatStyle"
pub fn append_literal_char<'env>(
&'env self,
arg0: jchar
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: jchar
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn append_literal_string<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-lang-String", "java-time-format-DateTimeFormatterBuilder"
pub fn append<'env>(
&'env self,
arg0: impl Into<Option<&'env DateTimeFormatter>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env DateTimeFormatter>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatter", "java-time-format-DateTimeFormatterBuilder"
pub fn append_optional<'env>(
&'env self,
arg0: impl Into<Option<&'env DateTimeFormatter>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env DateTimeFormatter>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatter", "java-time-format-DateTimeFormatterBuilder"
pub fn append_pattern<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-lang-String", "java-time-format-DateTimeFormatterBuilder"
pub fn pad_next_int<'env>(
&'env self,
arg0: i32
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: i32
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn pad_next_int_char<'env>(
&'env self,
arg0: i32,
arg1: jchar
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self,
arg0: i32,
arg1: jchar
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn optional_start<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn optional_end<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
Required features: "java-time-format-DateTimeFormatterBuilder"
pub fn to_formatter<'env>(
&'env self
) -> Result<Option<Local<'env, DateTimeFormatter>>>[src]
&'env self
) -> Result<Option<Local<'env, DateTimeFormatter>>>
Required features: "java-time-format-DateTimeFormatter"
pub fn to_formatter_locale<'env>(
&'env self,
arg0: impl Into<Option<&'env Locale>>
) -> Result<Option<Local<'env, DateTimeFormatter>>>[src]
&'env self,
arg0: impl Into<Option<&'env Locale>>
) -> Result<Option<Local<'env, DateTimeFormatter>>>
Required features: "java-time-format-DateTimeFormatter", "java-util-Locale"
Methods from Deref<Target = Object>
pub fn get_class<'env>(&'env self) -> Result<Option<Local<'env, Class>>>[src]
Required features: "java-lang-Class"
pub fn hash_code<'env>(&'env self) -> Result<i32>[src]
pub fn equals<'env>(
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<bool>
Required features: "java-lang-Object"
pub fn to_string<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
Required features: "java-lang-String"
pub fn notify<'env>(&'env self) -> Result<()>[src]
pub fn notify_all<'env>(&'env self) -> Result<()>[src]
pub fn wait_long<'env>(&'env self, arg0: i64) -> Result<()>[src]
pub fn wait_long_int<'env>(&'env self, arg0: i64, arg1: i32) -> Result<()>[src]
pub fn wait<'env>(&'env self) -> Result<()>[src]
Trait Implementations
impl Deref for DateTimeFormatterBuilder
impl AsValidJObjectAndEnv for DateTimeFormatterBuilder
impl AsJValue for DateTimeFormatterBuilder
Auto Trait Implementations
impl !Sync for DateTimeFormatterBuilder
impl Unpin for DateTimeFormatterBuilder
impl !Send for DateTimeFormatterBuilder
impl UnwindSafe for DateTimeFormatterBuilder
impl RefUnwindSafe for DateTimeFormatterBuilder
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,