public class Adapter extends Object
Adapter()
static <T> T
adapt(Object obj, Class<? extends T> target)
static Object
adapt(Object obj, Method adapted, Object[] args)
static Method
findAdapted(Object obj, Method adapted)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Adapter()
public static <T> T adapt(Object obj, Class<? extends T> target)
public static Object adapt(Object obj, Method adapted, Object[] args)
public static Method findAdapted(Object obj, Method adapted)
Copyright © 2018. All rights reserved.