Uses of Class
org.eclipse.persistence.dynamic.DynamicClassWriter
-
Packages that use DynamicClassWriter Package Description org.eclipse.persistence.dynamic -
-
Uses of DynamicClassWriter in org.eclipse.persistence.dynamic
Fields in org.eclipse.persistence.dynamic declared as DynamicClassWriter Modifier and Type Field Description DynamicClassWriterDynamicClassLoader. defaultWriterDefault writer to use if one is not specified.Methods in org.eclipse.persistence.dynamic that return DynamicClassWriter Modifier and Type Method Description protected DynamicClassWriterDynamicClassWriter. createCopy(Class<?> parentClass)Create a copy of thisDynamicClassWriterbut with a different parent class.DynamicClassWriterDynamicClassLoader. getDefaultWriter()Methods in org.eclipse.persistence.dynamic with parameters of type DynamicClassWriter Modifier and Type Method Description Class<?>DynamicClassLoader. createDynamicClass(String className, DynamicClassWriter writer)Create a dynamic class registering a writer and then forcing the provided class name to be loaded.Constructors in org.eclipse.persistence.dynamic with parameters of type DynamicClassWriter Constructor Description DynamicClassLoader(ClassLoader delegate, DynamicClassWriter writer)Create a DynamicClassLoader providing the delegate loader and a defaultDynamicClassWriter.
-