Uses of Class
org.eclipse.persistence.asm.Type
Packages that use Type
Package
Description
-
Uses of Type in org.eclipse.persistence.asm
Fields in org.eclipse.persistence.asm declared as TypeMethods in org.eclipse.persistence.asm that return TypeModifier and TypeMethodDescriptionstatic Type
ASMFactory.createType
(Class<?> clazz) static Type
ASMFactory.createType
(String typeDescriptor) static Type
ASMFactory.createVoidType()
static Type
static Type
Methods in org.eclipse.persistence.asm with parameters of type TypeModifier 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
Subclasses of Type in org.eclipse.persistence.asm.internal.platform.eclipselinkMethods in org.eclipse.persistence.asm.internal.platform.eclipselink with parameters of type TypeModifier and TypeMethodDescriptionprotected String
TypeImpl.getMethodDescriptorInternal
(Type returnType, Type... argumentTypes) -
Uses of Type in org.eclipse.persistence.asm.internal.platform.ow2
Subclasses of Type in org.eclipse.persistence.asm.internal.platform.ow2Methods in org.eclipse.persistence.asm.internal.platform.ow2 with parameters of type TypeModifier and TypeMethodDescriptionTypeImpl.getMethodDescriptorInternal
(Type returnType, Type... argumentTypes) -
Uses of Type in org.eclipse.persistence.internal.jpa.weaving
Fields in org.eclipse.persistence.internal.jpa.weaving declared as TypeModifier and TypeFieldDescriptionprotected Type
AttributeDetails.declaringType
Determines if the attribute has a real field.protected Type
AttributeDetails.referenceClassType
Methods in org.eclipse.persistence.internal.jpa.weaving that return TypeModifier and TypeMethodDescriptionAttributeDetails.getDeclaringType()
AttributeDetails.getReferenceClassType()
Methods in org.eclipse.persistence.internal.jpa.weaving with parameters of type TypeModifier and TypeMethodDescriptionvoid
AttributeDetails.setDeclaringType
(Type declaringType) void
AttributeDetails.setReferenceClassType
(Type classType)