Package org.glassfish.hk2.xml.internal
Class ParentedModel
java.lang.Object
org.glassfish.hk2.xml.internal.ParentedModel
- All Implemented Interfaces:
Serializable
This contains the model for children who have a specific
parent, containing information such as the xml tag
name and type. These are all strings or other simple
types so it can be hard-coded into the proxy at build
time
- Author:
- jwells
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.annotation.adapters.XmlAdapter<?,?> booleanvoidsetRuntimeInformation(JAUtilities jaUtilities, ClassLoader myLoader) toString()
-
Constructor Details
-
ParentedModel
public ParentedModel() -
ParentedModel
-
-
Method Details
-
getChildInterface
-
getChildXmlNamespace
-
getChildXmlTag
-
getChildXmlAlias
-
getChildType
-
getGivenDefault
-
getXmlWrapperTag
-
getAdapter
-
isRequired
public boolean isRequired() -
getOriginalMethodName
-
getAdapterObject
public jakarta.xml.bind.annotation.adapters.XmlAdapter<?,?> getAdapterObject() -
getChildModel
-
setRuntimeInformation
-
getAliasType
-
toString
-