public class BuilderProxy<T> extends Object implements InvocationHandler
BuilderProxy(T builder)
Object
invoke(Object proxy, Method method, Object[] args)
T
proxy()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BuilderProxy(T builder)
public T proxy()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2020. All rights reserved.