[]Struct jni_android_sys::java::time::format::DateTimeFormatterBuilder

#[repr(transparent)]
pub struct 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]

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]

getLocalizedDateTimePattern

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]

parseCaseSensitive

Required features: "java-time-format-DateTimeFormatterBuilder"

pub fn parse_case_insensitive<'env>(
    &'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
[src]

parseCaseInsensitive

Required features: "java-time-format-DateTimeFormatterBuilder"

pub fn parse_strict<'env>(
    &'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
[src]

parseStrict

Required features: "java-time-format-DateTimeFormatterBuilder"

pub fn parse_lenient<'env>(
    &'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
[src]

parseLenient

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]

parseDefaulting

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]

appendValue

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]

appendValue

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]

appendValue

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]

appendValueReduced

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]

appendValueReduced

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]

appendFraction

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]

appendText

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]

appendText

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]

appendText

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]

appendInstant

Required features: "java-time-format-DateTimeFormatterBuilder"

pub fn append_instant_int<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
[src]

appendInstant

Required features: "java-time-format-DateTimeFormatterBuilder"

pub fn append_offset_id<'env>(
    &'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
[src]

appendOffsetId

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]

appendOffset

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]

appendLocalizedOffset

Required features: "java-time-format-DateTimeFormatterBuilder", "java-time-format-TextStyle"

pub fn append_zone_id<'env>(
    &'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
[src]

appendZoneId

Required features: "java-time-format-DateTimeFormatterBuilder"

pub fn append_zone_region_id<'env>(
    &'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
[src]

appendZoneRegionId

Required features: "java-time-format-DateTimeFormatterBuilder"

pub fn append_zone_or_offset_id<'env>(
    &'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
[src]

appendZoneOrOffsetId

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]

appendZoneText

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]

appendZoneText

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]

appendChronologyId

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]

appendChronologyText

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]

appendLocalized

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]

appendLiteral

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]

appendLiteral

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]

append

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]

appendOptional

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]

appendPattern

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]

padNext

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]

padNext

Required features: "java-time-format-DateTimeFormatterBuilder"

pub fn optional_start<'env>(
    &'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
[src]

optionalStart

Required features: "java-time-format-DateTimeFormatterBuilder"

pub fn optional_end<'env>(
    &'env self
) -> Result<Option<Local<'env, DateTimeFormatterBuilder>>>
[src]

optionalEnd

Required features: "java-time-format-DateTimeFormatterBuilder"

pub fn to_formatter<'env>(
    &'env self
) -> Result<Option<Local<'env, DateTimeFormatter>>>
[src]

toFormatter

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]

toFormatter

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]

getClass

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]

equals

Required features: "java-lang-Object"

pub fn to_string<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]

toString

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

type Target = Object

The resulting type after dereferencing.

impl AsValidJObjectAndEnv for DateTimeFormatterBuilder

impl AsJValue for DateTimeFormatterBuilder

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]