public class AopProxy extends Object implements Serializable
AopProxy(Class targetClass, Aspect[] aspects)
AopProxy(Class targetClass, Aspect[] aspects, InterType[] interTypes)
AopProxy(Class targetClass, Aspect[] aspects, InterType[] interTypes, Map parameters)
AopProxy(Class targetClass, Aspect[] aspects, Map parameters)
Object
create()
create(Class[] argTypes, Object[] args)
Class
getEnhancedClass()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AopProxy(Class targetClass, Aspect[] aspects)
targetClass
aspects
public AopProxy(Class targetClass, Aspect[] aspects, InterType[] interTypes)
interTypes
public AopProxy(Class targetClass, Aspect[] aspects, Map parameters)
parameters
public AopProxy(Class targetClass, Aspect[] aspects, InterType[] interTypes, Map parameters)
public Class getEnhancedClass()
public Object create()
public Object create(Class[] argTypes, Object[] args)
argTypes
args
Copyright © 2015 The DBFlute Project. All rights reserved.