public class AdapterUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Class |
createAdapterClass(Element adaptee)
Creates the adapter class.
|
static Class |
getAdapterClass(Element target,
Element adaptee)
Gets the adapter class.
|
static java.util.List<Interface> |
getAllTargetInterfaces(Element adaptee)
Gets the all target interfaces.
|
public static Class getAdapterClass(Element target, Element adaptee)
target
- the targetadaptee
- the adapteepublic static java.util.List<Interface> getAllTargetInterfaces(Element adaptee)
adaptee
- the adaptee