Package org.glassfish.hk2.xml.spi
Interface Model
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ModelImpl
- Author:
- jwells
-
Method Details
-
getOriginalInterface
String getOriginalInterface()- Returns:
- the originalInterface
-
getOriginalInterfaceAsClass
Class<?> getOriginalInterfaceAsClass()- Returns:
- the original interface as a class
-
getTranslatedClass
String getTranslatedClass()- Returns:
- the translatedClass
-
getRootName
QName getRootName()- Returns:
- the rootName
-
getKeyProperty
QName getKeyProperty()- Returns:
- the keyProperty
-
getProxyAsClass
Class<?> getProxyAsClass()Gets the class of the proxy for this bean- Returns:
- The class of the generated proxy
-