Class XJCCMInfoFactory
- java.lang.Object
-
- org.jvnet.jaxb.xml.bind.model.concrete.CMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
- org.jvnet.jaxb.xjc.model.concrete.XJCCMInfoFactory
-
public class XJCCMInfoFactory extends CMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
-
Constructor Summary
Constructors Constructor Description XJCCMInfoFactory(com.sun.tools.xjc.model.Model model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MClassTypeInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,?>createBaseTypeInfo(com.sun.tools.xjc.model.CClassInfo info)protected MClassInfoOrigincreateClassInfoOrigin(com.sun.tools.xjc.model.CClassInfo info)protected MClassRef<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>createClassRef(com.sun.tools.xjc.model.CClassRef info)protected MClassRefOrigincreateClassRefOrigin(com.sun.tools.xjc.model.CClassRef info)protected MElementInfoOrigincreateElementInfoOrigin(com.sun.tools.xjc.model.CElementInfo info)protected MElementOrigincreateElementOrigin(com.sun.tools.xjc.model.CElement info)protected MElementTypeRefOrigincreateElementTypeRefOrigin(com.sun.tools.xjc.model.CElementPropertyInfo ep, com.sun.tools.xjc.model.CTypeRef typeRef)protected MEnumConstantInfoOrigincreateEnumConstantInfoOrigin(com.sun.tools.xjc.model.CEnumConstant info)protected MEnumLeafInfoOrigincreateEnumLeafInfoOrigin(com.sun.tools.xjc.model.CEnumLeafInfo info)protected com.sun.tools.xjc.model.nav.NTypecreateListType(com.sun.tools.xjc.model.nav.NType elementType)protected MModelInfoOrigincreateModelInfoOrigin(com.sun.tools.xjc.model.Model info)protected MPackageInfoOrigincreatePackageInfoOrigin(com.sun.codemodel.JPackage info)protected MPropertyInfoOrigincreatePropertyInfoOrigin(com.sun.tools.xjc.model.CPropertyInfo info)protected com.sun.tools.xjc.model.nav.NClassgetClazz(com.sun.tools.xjc.model.CClassRef info)protected com.sun.tools.xjc.model.nav.NClassgetClazz(Class<?> _clas)protected com.sun.tools.xjc.model.nav.NClassgetClazz(String className)protected MContainergetContainer(com.sun.tools.xjc.model.CClassInfo info)protected MContainergetContainer(com.sun.tools.xjc.model.CClassRef info)protected MContainergetContainer(com.sun.tools.xjc.model.CElementInfo info)protected MContainergetContainer(com.sun.tools.xjc.model.CEnumLeafInfo info)protected StringgetDefaultValue(com.sun.tools.xjc.model.CAttributePropertyInfo propertyInfo)protected StringgetDefaultValue(org.glassfish.jaxb.core.v2.model.core.TypeRef<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> typeRef)protected NamespaceContextgetDefaultValueNamespaceContext(com.sun.tools.xjc.model.CAttributePropertyInfo propertyInfo)protected NamespaceContextgetDefaultValueNamespaceContext(org.glassfish.jaxb.core.v2.model.core.TypeRef<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> typeRef)protected StringgetLocalName(com.sun.tools.xjc.model.CClassInfo info)protected StringgetLocalName(com.sun.tools.xjc.model.CClassRef info)protected StringgetLocalName(com.sun.tools.xjc.model.CElementInfo info)protected StringgetLocalName(com.sun.tools.xjc.model.CEnumLeafInfo info)protected MPackageInfogetPackage(com.sun.tools.xjc.model.CClassInfo info)protected MPackageInfogetPackage(com.sun.tools.xjc.model.CClassRef info)protected MPackageInfogetPackage(com.sun.tools.xjc.model.CElementInfo info)protected MPackageInfogetPackage(com.sun.tools.xjc.model.CEnumLeafInfo info)protected MClassInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>getScope(com.sun.tools.xjc.model.CClassInfo info)protected MClassRef<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>getTypeInfo(com.sun.tools.xjc.model.CClassRef info)protected MTypeInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>getTypeInfo(com.sun.tools.xjc.model.CTypeInfo typeInfo)protected Class<?>loadClass(com.sun.tools.xjc.model.nav.NType referencedType)-
Methods inherited from class org.jvnet.jaxb.xml.bind.model.concrete.CMInfoFactory
createAnyAttributePropertyInfo, createAnyAttributePropertyInfoOrigin, createAnyElementPropertyInfo, createAttributePropertyInfo, createBuiltinLeafInfo, createBuiltinLeafInfoOrigin, createClassInfo, createElementInfo, createElementPropertyInfo, createElementRefPropertyInfo, createElementRefsPropertyInfo, createElementsPropertyInfo, createEnumContantInfo, createEnumLeafInfo, createModel, createValuePropertyInfo, createWildcardTypeInfo, createWildcardTypeInfoOrigin, getElementInfo, getTypeInfo, getTypeInfo, getTypeInfo, getTypeInfo, getTypeInfo, getTypeInfo, getTypeInfoSet
-
-
-
-
Method Detail
-
getClazz
protected com.sun.tools.xjc.model.nav.NClass getClazz(com.sun.tools.xjc.model.CClassRef info)
-
getClazz
protected com.sun.tools.xjc.model.nav.NClass getClazz(Class<?> _clas)
-
getClazz
protected com.sun.tools.xjc.model.nav.NClass getClazz(String className)
-
getTypeInfo
protected MClassRef<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> getTypeInfo(com.sun.tools.xjc.model.CClassRef info)
-
createClassRef
protected MClassRef<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> createClassRef(com.sun.tools.xjc.model.CClassRef info)
-
getTypeInfo
protected MTypeInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> getTypeInfo(com.sun.tools.xjc.model.CTypeInfo typeInfo)
- Overrides:
getTypeInfoin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getPackage
protected MPackageInfo getPackage(com.sun.tools.xjc.model.CClassInfo info)
- Specified by:
getPackagein classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getPackage
protected MPackageInfo getPackage(com.sun.tools.xjc.model.CClassRef info)
-
getPackage
protected MPackageInfo getPackage(com.sun.tools.xjc.model.CEnumLeafInfo info)
- Specified by:
getPackagein classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getPackage
protected MPackageInfo getPackage(com.sun.tools.xjc.model.CElementInfo info)
- Specified by:
getPackagein classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getContainer
protected MContainer getContainer(com.sun.tools.xjc.model.CClassInfo info)
- Specified by:
getContainerin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getContainer
protected MContainer getContainer(com.sun.tools.xjc.model.CElementInfo info)
- Specified by:
getContainerin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getContainer
protected MContainer getContainer(com.sun.tools.xjc.model.CEnumLeafInfo info)
- Specified by:
getContainerin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getContainer
protected MContainer getContainer(com.sun.tools.xjc.model.CClassRef info)
-
getScope
protected MClassInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> getScope(com.sun.tools.xjc.model.CClassInfo info)
- Specified by:
getScopein classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getLocalName
protected String getLocalName(com.sun.tools.xjc.model.CClassInfo info)
- Specified by:
getLocalNamein classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getLocalName
protected String getLocalName(com.sun.tools.xjc.model.CClassRef info)
-
getLocalName
protected String getLocalName(com.sun.tools.xjc.model.CEnumLeafInfo info)
- Specified by:
getLocalNamein classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getLocalName
protected String getLocalName(com.sun.tools.xjc.model.CElementInfo info)
- Specified by:
getLocalNamein classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
createModelInfoOrigin
protected MModelInfoOrigin createModelInfoOrigin(com.sun.tools.xjc.model.Model info)
- Overrides:
createModelInfoOriginin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
createPackageInfoOrigin
protected MPackageInfoOrigin createPackageInfoOrigin(com.sun.codemodel.JPackage info)
-
createClassInfoOrigin
protected MClassInfoOrigin createClassInfoOrigin(com.sun.tools.xjc.model.CClassInfo info)
- Overrides:
createClassInfoOriginin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
createElementOrigin
protected MElementOrigin createElementOrigin(com.sun.tools.xjc.model.CElement info)
- Overrides:
createElementOriginin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
createElementTypeRefOrigin
protected MElementTypeRefOrigin createElementTypeRefOrigin(com.sun.tools.xjc.model.CElementPropertyInfo ep, com.sun.tools.xjc.model.CTypeRef typeRef)
- Overrides:
createElementTypeRefOriginin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
createClassRefOrigin
protected MClassRefOrigin createClassRefOrigin(com.sun.tools.xjc.model.CClassRef info)
-
createPropertyInfoOrigin
protected MPropertyInfoOrigin createPropertyInfoOrigin(com.sun.tools.xjc.model.CPropertyInfo info)
- Overrides:
createPropertyInfoOriginin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
createElementInfoOrigin
protected MElementInfoOrigin createElementInfoOrigin(com.sun.tools.xjc.model.CElementInfo info)
- Overrides:
createElementInfoOriginin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
createEnumLeafInfoOrigin
protected MEnumLeafInfoOrigin createEnumLeafInfoOrigin(com.sun.tools.xjc.model.CEnumLeafInfo info)
- Overrides:
createEnumLeafInfoOriginin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
createEnumConstantInfoOrigin
protected MEnumConstantInfoOrigin createEnumConstantInfoOrigin(com.sun.tools.xjc.model.CEnumConstant info)
- Overrides:
createEnumConstantInfoOriginin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
createListType
protected com.sun.tools.xjc.model.nav.NType createListType(com.sun.tools.xjc.model.nav.NType elementType)
- Specified by:
createListTypein classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
createBaseTypeInfo
protected MClassTypeInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,?> createBaseTypeInfo(com.sun.tools.xjc.model.CClassInfo info)
- Overrides:
createBaseTypeInfoin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
loadClass
protected Class<?> loadClass(com.sun.tools.xjc.model.nav.NType referencedType)
- Specified by:
loadClassin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getDefaultValue
protected String getDefaultValue(com.sun.tools.xjc.model.CAttributePropertyInfo propertyInfo)
- Specified by:
getDefaultValuein classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getDefaultValueNamespaceContext
protected NamespaceContext getDefaultValueNamespaceContext(com.sun.tools.xjc.model.CAttributePropertyInfo propertyInfo)
- Specified by:
getDefaultValueNamespaceContextin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getDefaultValue
protected String getDefaultValue(org.glassfish.jaxb.core.v2.model.core.TypeRef<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> typeRef)
- Specified by:
getDefaultValuein classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
getDefaultValueNamespaceContext
protected NamespaceContext getDefaultValueNamespaceContext(org.glassfish.jaxb.core.v2.model.core.TypeRef<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> typeRef)
- Specified by:
getDefaultValueNamespaceContextin classCMInfoFactory<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass,com.sun.tools.xjc.model.Model,com.sun.tools.xjc.model.CTypeInfo,com.sun.tools.xjc.model.CBuiltinLeafInfo,com.sun.tools.xjc.model.CElement,com.sun.tools.xjc.model.CElementInfo,com.sun.tools.xjc.model.CEnumLeafInfo,com.sun.tools.xjc.model.CEnumConstant,com.sun.tools.xjc.model.CClassInfo,com.sun.tools.xjc.model.CPropertyInfo,com.sun.tools.xjc.model.CAttributePropertyInfo,com.sun.tools.xjc.model.CValuePropertyInfo,com.sun.tools.xjc.model.CElementPropertyInfo,com.sun.tools.xjc.model.CReferencePropertyInfo,com.sun.tools.xjc.model.CWildcardTypeInfo,com.sun.tools.xjc.model.CTypeRef>
-
-