| Package | Description |
|---|---|
| org.hswebframework.web.proxy |
| Modifier and Type | Method and Description |
|---|---|
Proxy<I> |
Proxy.addConstructor(String code) |
Proxy<I> |
Proxy.addField(String code) |
Proxy<I> |
Proxy.addField(String code,
Class<? extends Annotation> annotation) |
Proxy<I> |
Proxy.addField(String code,
Class<? extends Annotation> annotation,
Map<String,Object> annotationProperties) |
Proxy<I> |
Proxy.addMethod(String code) |
static <I> Proxy<I> |
Proxy.create(Class<I> superClass,
String... classPathString) |
Proxy<I> |
Proxy.custom(Consumer<javassist.CtClass> ctClassConsumer) |
Copyright © 2016–2021. All rights reserved.