Class MethodType
java.lang.Object
java.lang.invoke.MethodType
Deprecated.
these classes are used internally for Lambda compatibility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendParameterTypes(Class<?>... a) Deprecated.appendParameterTypes(List<Class<?>> a) Deprecated.changeParameterType(int a, Class<?> b) Deprecated.changeReturnType(Class<?> a) Deprecated.dropParameterTypes(int a, int b) Deprecated.erase()Deprecated.generic()Deprecated.static MethodTypegenericMethodType(int a) Deprecated.static MethodTypegenericMethodType(int a, boolean b) Deprecated.booleanDeprecated.booleanDeprecated.insertParameterTypes(int a, Class<?>... b) Deprecated.insertParameterTypes(int a, List<Class<?>> b) Deprecated.static MethodTypemethodType(Class<?> a) Deprecated.static MethodTypemethodType(Class<?> a, Class<?> b) Deprecated.static MethodTypemethodType(Class<?> a, Class<?>[] b) Deprecated.static MethodTypemethodType(Class<?> a, Class<?> b, Class<?>... c) Deprecated.static MethodTypemethodType(Class<?> a, MethodType b) Deprecated.static MethodTypemethodType(Class<?> a, List<Class<?>> b) Deprecated.Class<?>[]Deprecated.intDeprecated.Deprecated.Class<?> parameterType(int a) Deprecated.Class<?> Deprecated.unwrap()Deprecated.wrap()Deprecated.
-
Constructor Details
-
MethodType
public MethodType()Deprecated.
-
-
Method Details
-
methodType
Deprecated. -
methodType
Deprecated. -
methodType
Deprecated. -
methodType
Deprecated. -
methodType
Deprecated. -
methodType
Deprecated. -
genericMethodType
Deprecated. -
genericMethodType
Deprecated. -
changeParameterType
Deprecated. -
insertParameterTypes
Deprecated. -
appendParameterTypes
Deprecated. -
insertParameterTypes
Deprecated. -
appendParameterTypes
Deprecated. -
dropParameterTypes
Deprecated. -
changeReturnType
Deprecated. -
hasPrimitives
public boolean hasPrimitives()Deprecated. -
hasWrappers
public boolean hasWrappers()Deprecated. -
erase
Deprecated. -
generic
Deprecated. -
wrap
Deprecated. -
unwrap
Deprecated. -
parameterType
Deprecated. -
parameterCount
public int parameterCount()Deprecated. -
returnType
Deprecated. -
parameterList
-
parameterArray
Deprecated.
-