public class ProxyProxetta extends Proxetta<ProxyProxetta>
| Modifier and Type | Field and Description |
|---|---|
protected ProxyAspect[] |
aspects |
classLoader, classNameSuffix, debugFolder, forced, variableClassName| Constructor and Description |
|---|
ProxyProxetta(ProxyAspect... aspects) |
| Modifier and Type | Method and Description |
|---|---|
ProxyProxettaBuilder |
builder()
Creates
ProxettaBuilder with current options. |
ProxyProxettaBuilder |
builder(java.lang.Class target) |
ProxyProxettaBuilder |
builder(java.lang.Class target,
java.lang.String targetProxyClassName) |
ProxyAspect[] |
getAspects()
Returns aspects.
|
static ProxyProxetta |
withAspects(ProxyAspect... aspects)
Specifies aspects for the target and creates this
Proxetta instance. |
getClassLoader, getClassNameSuffix, getDebugFolder, isForced, isVariableClassName, setClassLoader, setClassNameSuffix, setDebugFolder, setForced, setVariableClassNameprotected final ProxyAspect[] aspects
public ProxyProxetta(ProxyAspect... aspects)
public static ProxyProxetta withAspects(ProxyAspect... aspects)
Proxetta instance.public ProxyAspect[] getAspects()
public ProxyProxettaBuilder builder()
ProxettaBuilder with current options.builder in class Proxetta<ProxyProxetta>public ProxyProxettaBuilder builder(java.lang.Class target)
public ProxyProxettaBuilder builder(java.lang.Class target, java.lang.String targetProxyClassName)
Copyright © 2003-2013 Jodd Team