Uses of Class
org.eclipse.persistence.asm.ClassWriter
Packages that use ClassWriter
Package
Description
-
Uses of ClassWriter in org.eclipse.persistence.asm
Subclasses of ClassWriter in org.eclipse.persistence.asmModifier and TypeClassDescriptionclass
EclipseLink specificClassVisitor
that generates a corresponding ClassFile structure for currently running Java VM.Fields in org.eclipse.persistence.asm declared as ClassWriterMethods in org.eclipse.persistence.asm that return ClassWriterModifier and TypeMethodDescriptionstatic ClassWriter
ASMFactory.createClassWriter()
static ClassWriter
ASMFactory.createClassWriter
(int flags) static ClassWriter
ASMFactory.createClassWriter
(ClassReader classReader, int flags) ClassWriter.getInternal()
Methods in org.eclipse.persistence.asm with parameters of type ClassWriterModifier and TypeMethodDescriptionvoid
ClassWriter.setCustomClassWriter
(ClassWriter classWriter) void
ClassWriter.setCustomClassWriterInImpl
(ClassWriter classWriter) -
Uses of ClassWriter in org.eclipse.persistence.asm.internal.platform.eclipselink
Subclasses of ClassWriter in org.eclipse.persistence.asm.internal.platform.eclipselinkMethods in org.eclipse.persistence.asm.internal.platform.eclipselink with parameters of type ClassWriter -
Uses of ClassWriter in org.eclipse.persistence.asm.internal.platform.ow2
Subclasses of ClassWriter in org.eclipse.persistence.asm.internal.platform.ow2Methods in org.eclipse.persistence.asm.internal.platform.ow2 with parameters of type ClassWriterModifier and TypeMethodDescriptionorg.objectweb.asm.ClassWriter
ClassWriterImpl.getInternal
(ClassWriter classWriter) -
Uses of ClassWriter in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic with parameters of type ClassWriterModifier 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
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type ClassWriterModifier 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
Methods in org.eclipse.persistence.internal.jpa.rs.weaving with parameters of type ClassWriterModifier and TypeMethodDescriptionprotected void
RestDynamicClassWriter.addFields
(ClassWriter cw, String parentClassType) protected void
RestDynamicClassWriter.addMethods
(ClassWriter cw, String parentClassType)