Uses of Class
jersey.repackaged.org.objectweb.asm.Type
-
Uses of Type in jersey.repackaged.org.objectweb.asm
Modifier and TypeFieldDescriptionstatic final Type
Type.BOOLEAN_TYPE
Theboolean
type.static final Type
Type.BYTE_TYPE
Thebyte
type.static final Type
Type.CHAR_TYPE
Thechar
type.static final Type
Type.DOUBLE_TYPE
Thedouble
type.static final Type
Type.FLOAT_TYPE
Thefloat
type.static final Type
Type.INT_TYPE
Theint
type.static final Type
Type.LONG_TYPE
Thelong
type.static final Type
Type.SHORT_TYPE
Theshort
type.static final Type
Type.VOID_TYPE
Thevoid
type.Modifier and TypeMethodDescriptionType[]
Type.getArgumentTypes()
Returns the argument types of methods of this type.static Type[]
Type.getArgumentTypes
(Method method) Returns theType
values corresponding to the argument types of the given method.static Type[]
Type.getArgumentTypes
(String methodDescriptor) Returns theType
values corresponding to the argument types of the given method descriptor.Type.getElementType()
Returns the type of the elements of this array type.static Type
Type.getMethodType
(String methodDescriptor) Returns theType
corresponding to the given method descriptor.static Type
Type.getMethodType
(Type returnType, Type... argumentTypes) Returns the methodType
corresponding to the given argument and return types.static Type
Type.getObjectType
(String internalName) Returns theType
corresponding to the given internal name.Type.getReturnType()
Returns the return type of methods of this type.static Type
Type.getReturnType
(Method method) Returns theType
corresponding to the return type of the given method.static Type
Type.getReturnType
(String methodDescriptor) Returns theType
corresponding to the return type of the given method descriptor.static Type
Returns theType
corresponding to the given class.static Type
Type.getType
(Constructor<?> constructor) Returns the methodType
corresponding to the given constructor.static Type
Returns the methodType
corresponding to the given method.static Type
Returns theType
corresponding to the given type descriptor.Modifier and TypeMethodDescriptionstatic String
Type.getMethodDescriptor
(Type returnType, Type... argumentTypes) Returns the descriptor corresponding to the given argument and return types.static Type
Type.getMethodType
(Type returnType, Type... argumentTypes) Returns the methodType
corresponding to the given argument and return types.