public class ProxyCreator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyCreator.ProxyBuilder<T> |
| Constructor and Description |
|---|
ProxyCreator() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
create(Class<T> clazz,
InvocationHandler invocationHandler) |
static <T> ProxyCreator.ProxyBuilder<T> |
proxy(Class<T> clazz,
T instance) |
public static <T> T create(Class<T> clazz, InvocationHandler invocationHandler)
public static <T> ProxyCreator.ProxyBuilder<T> proxy(Class<T> clazz, T instance)
Copyright © 2021 SAP. All rights reserved.