Uses of Class
org.eclipse.persistence.asm.Type
-
Packages that use Type Package Description org.eclipse.persistence.asm -
-
Uses of Type in org.eclipse.persistence.asm
Fields in org.eclipse.persistence.asm declared as Type Modifier and Type Field Description static TypeType. VOID_TYPEMethods in org.eclipse.persistence.asm that return Type Modifier and Type Method Description static TypeASMFactory. createType(Class<?> clazz)static TypeASMFactory. createType(String typeDescriptor)static TypeASMFactory. createVoidType()static TypeType. getType(Class<?> clazz)static TypeType. getType(String typeDescriptor)Methods in org.eclipse.persistence.asm with parameters of type Type Modifier and Type Method Description static StringType. getMethodDescriptor(Type returnType, Type... argumentTypes)protected abstract StringType. getMethodDescriptorInternal(Type returnType, Type... argumentTypes)
-