Uses of Class
org.eclipse.persistence.asm.Type
Package
Description
-
Uses of Type in org.eclipse.persistence.asm
Modifier and TypeMethodDescriptionstatic Type
ASMFactory.createType
(Class<?> clazz) static Type
ASMFactory.createType
(String typeDescriptor) static Type
ASMFactory.createVoidType()
static Type
static Type
Modifier and TypeMethodDescriptionstatic String
Type.getMethodDescriptor
(Type returnType, Type... argumentTypes) protected abstract String
Type.getMethodDescriptorInternal
(Type returnType, Type... argumentTypes) -
Uses of Type in org.eclipse.persistence.asm.internal.platform.eclipselink
Modifier and TypeMethodDescriptionprotected String
TypeImpl.getMethodDescriptorInternal
(Type returnType, Type... argumentTypes) -
Uses of Type in org.eclipse.persistence.asm.internal.platform.ow2
Modifier and TypeMethodDescriptionTypeImpl.getMethodDescriptorInternal
(Type returnType, Type... argumentTypes) -
Uses of Type in org.eclipse.persistence.internal.jpa.weaving
Modifier and TypeFieldDescriptionprotected Type
AttributeDetails.declaringType
Determines if the attribute has a real field.protected Type
AttributeDetails.referenceClassType
Modifier and TypeMethodDescriptionAttributeDetails.getDeclaringType()
AttributeDetails.getReferenceClassType()
Modifier and TypeMethodDescriptionvoid
AttributeDetails.setDeclaringType
(Type declaringType) void
AttributeDetails.setReferenceClassType
(Type classType)