[]Struct jni_android_sys::java::lang::invoke::MethodType

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

public final class MethodType

Required feature: "java-lang-invoke-MethodType"

Methods

impl MethodType

pub fn methodType_Class_Class_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Class>>,
    arg1: impl Into<Option<&'env ObjectArray<Class, Throwable>>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

methodType

Required features: "java-lang-Class", "java-lang-invoke-MethodType"

pub fn methodType_Class_List<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Class>>,
    arg1: impl Into<Option<&'env List>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

methodType

Required features: "java-lang-Class", "java-lang-invoke-MethodType", "java-util-List"

pub fn methodType_Class_Class_Class_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Class>>,
    arg1: impl Into<Option<&'env Class>>,
    arg2: impl Into<Option<&'env ObjectArray<Class, Throwable>>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

methodType

Required features: "java-lang-Class", "java-lang-invoke-MethodType"

pub fn methodType_Class<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Class>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

methodType

Required features: "java-lang-Class", "java-lang-invoke-MethodType"

pub fn methodType_Class_Class<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Class>>,
    arg1: impl Into<Option<&'env Class>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

methodType

Required features: "java-lang-Class", "java-lang-invoke-MethodType"

pub fn methodType_Class_MethodType<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Class>>,
    arg1: impl Into<Option<&'env MethodType>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

methodType

Required features: "java-lang-Class", "java-lang-invoke-MethodType"

pub fn genericMethodType_int_boolean<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: bool
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

genericMethodType

Required features: "java-lang-invoke-MethodType"

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

genericMethodType

Required features: "java-lang-invoke-MethodType"

pub fn changeParameterType<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env Class>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

changeParameterType

Required features: "java-lang-Class", "java-lang-invoke-MethodType"

pub fn insertParameterTypes_int_Class_array<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env ObjectArray<Class, Throwable>>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

insertParameterTypes

Required features: "java-lang-Class", "java-lang-invoke-MethodType"

pub fn appendParameterTypes_Class_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ObjectArray<Class, Throwable>>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

appendParameterTypes

Required features: "java-lang-Class", "java-lang-invoke-MethodType"

pub fn insertParameterTypes_int_List<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env List>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

insertParameterTypes

Required features: "java-lang-invoke-MethodType", "java-util-List"

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

appendParameterTypes

Required features: "java-lang-invoke-MethodType", "java-util-List"

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

dropParameterTypes

Required features: "java-lang-invoke-MethodType"

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

changeReturnType

Required features: "java-lang-Class", "java-lang-invoke-MethodType"

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

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

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

erase

Required features: "java-lang-invoke-MethodType"

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

generic

Required features: "java-lang-invoke-MethodType"

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

wrap

Required features: "java-lang-invoke-MethodType"

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

unwrap

Required features: "java-lang-invoke-MethodType"

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

parameterType

Required features: "java-lang-Class"

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

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

returnType

Required features: "java-lang-Class"

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

parameterList

Required features: "java-util-List"

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

parameterArray

Required features: "java-lang-Class"

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 hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

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

toString

Required features: "java-lang-String"

pub fn fromMethodDescriptorString<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ClassLoader>>
) -> Result<Option<Local<'env, MethodType>>, Local<'env, Throwable>>
[src]

fromMethodDescriptorString

Required features: "java-lang-ClassLoader", "java-lang-String", "java-lang-invoke-MethodType"

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

toMethodDescriptorString

Required features: "java-lang-String"

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 MethodType

impl AsRef<Serializable> for MethodType

impl AsValidJObjectAndEnv for MethodType

impl Deref for MethodType

type Target = Object

The resulting type after dereferencing.

impl JniType for MethodType

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.