[]Struct jni_android_sys::android::net::UrlQuerySanitizer_IllegalCharacterValueSanitizer

#[repr(transparent)]
pub struct UrlQuerySanitizer_IllegalCharacterValueSanitizer(_);

public class UrlQuerySanitizer.IllegalCharacterValueSanitizer

Required feature: "android-net-UrlQuerySanitizer_IllegalCharacterValueSanitizer"

Methods

impl UrlQuerySanitizer_IllegalCharacterValueSanitizer

pub fn new<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<Local<'env, UrlQuerySanitizer_IllegalCharacterValueSanitizer>, Local<'env, Throwable>>
[src]

pub fn sanitize<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

sanitize

Required features: "java-lang-String"

public static final ALL_BUT_NUL_LEGAL

public static final ALL_BUT_WHITESPACE_LEGAL

pub const ALL_ILLEGAL: i32[src]

public static final ALL_ILLEGAL

pub const ALL_OK: i32[src]

public static final ALL_OK

pub const ALL_WHITESPACE_OK: i32[src]

public static final ALL_WHITESPACE_OK

public static final AMP_AND_SPACE_LEGAL

public static final AMP_LEGAL

pub const AMP_OK: i32[src]

public static final AMP_OK

pub const DQUOTE_OK: i32[src]

public static final DQUOTE_OK

pub const GT_OK: i32[src]

public static final GT_OK

pub const LT_OK: i32[src]

public static final LT_OK

pub const NON_7_BIT_ASCII_OK: i32[src]

public static final NON_7_BIT_ASCII_OK

pub const NUL_OK: i32[src]

public static final NUL_OK

pub const OTHER_WHITESPACE_OK: i32[src]

public static final OTHER_WHITESPACE_OK

pub const PCT_OK: i32[src]

public static final PCT_OK

pub const SCRIPT_URL_OK: i32[src]

public static final SCRIPT_URL_OK

public static final SPACE_LEGAL

pub const SPACE_OK: i32[src]

public static final SPACE_OK

pub const SQUOTE_OK: i32[src]

public static final SQUOTE_OK

public static final URL_AND_SPACE_LEGAL

public static final URL_LEGAL

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

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

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for UrlQuerySanitizer_IllegalCharacterValueSanitizer

impl AsRef<UrlQuerySanitizer_ValueSanitizer> for UrlQuerySanitizer_IllegalCharacterValueSanitizer

impl AsValidJObjectAndEnv for UrlQuerySanitizer_IllegalCharacterValueSanitizer

impl Deref for UrlQuerySanitizer_IllegalCharacterValueSanitizer

type Target = Object

The resulting type after dereferencing.

impl JniType for UrlQuerySanitizer_IllegalCharacterValueSanitizer

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.