Uses of Class
org.eclipse.persistence.asm.ClassWriter
Package
Description
-
Uses of ClassWriter in org.eclipse.persistence.asm
Modifier and TypeClassDescriptionclass
EclipseLink specificClassVisitor
that generates a corresponding ClassFile structure for currently running Java VM.Modifier and TypeMethodDescriptionstatic ClassWriter
ASMFactory.createClassWriter()
static ClassWriter
ASMFactory.createClassWriter
(int flags) static ClassWriter
ASMFactory.createClassWriter
(ClassReader classReader, int flags) ClassWriter.getInternal()
Modifier and TypeMethodDescriptionvoid
ClassWriter.setCustomClassWriter
(ClassWriter classWriter) void
ClassWriter.setCustomClassWriterInImpl
(ClassWriter classWriter) -
Uses of ClassWriter in org.eclipse.persistence.asm.internal.platform.eclipselink
-
Uses of ClassWriter in org.eclipse.persistence.asm.internal.platform.ow2
Modifier and TypeMethodDescriptionorg.objectweb.asm.ClassWriter
ClassWriterImpl.getInternal
(ClassWriter classWriter) -
Uses of ClassWriter in org.eclipse.persistence.dynamic
Modifier and TypeMethodDescriptionprotected void
DynamicClassWriter.addFields
(ClassWriter cw, String parentClassType) Allow subclasses to add additional state to the dynamic entity.protected void
DynamicClassWriter.addMethods
(ClassWriter cw, String parentClassType) Allow subclasses to add additional methods to the dynamic entity. -
Uses of ClassWriter in org.eclipse.persistence.internal.jpa.metadata
Modifier and TypeMethodDescriptionprotected void
MetadataDynamicClassWriter.addMethods
(ClassWriter cw, String parentClassType) Add get methods for all virtual attributes -
Uses of ClassWriter in org.eclipse.persistence.internal.jpa.rs.weaving
Modifier and TypeMethodDescriptionprotected void
RestDynamicClassWriter.addFields
(ClassWriter cw, String parentClassType) protected void
RestDynamicClassWriter.addMethods
(ClassWriter cw, String parentClassType)