public class BeanInstantiatorForgeByCtor extends Object implements BeanInstantiatorForge
Constructor and Description |
---|
BeanInstantiatorForgeByCtor(Class underlyingType) |
Modifier and Type | Method and Description |
---|---|
BeanInstantiator |
getBeanInstantiator() |
static Constructor |
getSunJVMCtor(Class underlyingType)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static Object |
instantiateSunJVMCtor(Constructor ctor)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
CodegenExpression |
make(CodegenMethodScope parent,
CodegenClassScope codegenClassScope) |
public BeanInstantiatorForgeByCtor(Class underlyingType)
public CodegenExpression make(CodegenMethodScope parent, CodegenClassScope codegenClassScope)
make
in interface BeanInstantiatorForge
public static Constructor getSunJVMCtor(Class underlyingType)
underlyingType
- underlyingpublic static Object instantiateSunJVMCtor(Constructor ctor)
ctor
- ctorpublic BeanInstantiator getBeanInstantiator()
getBeanInstantiator
in interface BeanInstantiatorForge
Copyright © 2005–2019. All rights reserved.