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 TypeClassDescriptionclassEclipseLink specificClassVisitorthat 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 ClassWriterASMFactory.createClassWriter()static ClassWriterASMFactory.createClassWriter(int flags) static ClassWriterASMFactory.createClassWriter(ClassReader classReader, int flags) ClassWriter.getInternal()Methods in org.eclipse.persistence.asm with parameters of type ClassWriterModifier and TypeMethodDescriptionvoidClassWriter.setCustomClassWriter(ClassWriter classWriter) voidClassWriter.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.ClassWriterClassWriterImpl.getInternal(ClassWriter classWriter) -
Uses of ClassWriter in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic with parameters of type ClassWriterModifier and TypeMethodDescriptionprotected voidDynamicClassWriter.addFields(ClassWriter cw, String parentClassType) Allow subclasses to add additional state to the dynamic entity.protected voidDynamicClassWriter.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 voidMetadataDynamicClassWriter.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 voidRestDynamicClassWriter.addFields(ClassWriter cw, String parentClassType) protected voidRestDynamicClassWriter.addMethods(ClassWriter cw, String parentClassType)