类 ParallelSorter.Generator
java.lang.Object
cn.taketoday.bytecode.core.AbstractClassGenerator
cn.taketoday.bytecode.util.ParallelSorter.Generator
- 所有已实现的接口:
ClassGenerator
- 封闭类:
- ParallelSorter
-
嵌套类概要
从类继承的嵌套类/接口 cn.taketoday.bytecode.core.AbstractClassGenerator
AbstractClassGenerator.ClassLoaderData -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明create()protected ObjectfirstInstance(Class type) voidprotected ClassLoaderprotected ObjectnextInstance(Object instance) void从类继承的方法 cn.taketoday.bytecode.core.AbstractClassGenerator
create, generate, getClassLoader, getClassName, getCurrent, getDefineClassStrategy, getNamingPolicy, getProtectionDomain, getStrategy, getUseCache, isAttemptLoad, setAttemptLoad, setClassLoader, setDefineClassStrategy, setNamePrefix, setNamingPolicy, setNeighbor, setStrategy, setUseCache, unwrapCachedValue, wrapCachedClass
-
构造器详细资料
-
Generator
public Generator()
-
-
方法详细资料
-
getDefaultClassLoader
-
setArrays
-
create
-
generateClass
- 抛出:
Exception
-
firstInstance
- 指定者:
firstInstance在类中AbstractClassGenerator
-
nextInstance
- 指定者:
nextInstance在类中AbstractClassGenerator
-