Interface OutlineGeneratorFactory<G>

All Known Subinterfaces:
ClassOutlineGeneratorFactory, ElementOutlineGeneratorFactory, EnumConstantOutlineGeneratorFactory, EnumOutlineGeneratorFactory, ModelOutlineGeneratorFactory, PackageOutlineGeneratorFactory, PropertyOutlineGeneratorFactory
All Known Implementing Classes:
DefaultPropertyInfoOrigin, XJCCMClassInfoOrigin, XJCCMElementInfoOrigin, XJCCMEnumConstantInfoOrigin, XJCCMEnumLeafInfoOrigin, XJCCMModelInfoOrigin, XJCCMPackageInfoOrigin, XJCCMPropertyInfoOrigin

public interface OutlineGeneratorFactory<G>
  • Method Summary

    Modifier and Type
    Method
    Description
    createGenerator(com.sun.tools.xjc.outline.Outline outline)
     
  • Method Details

    • createGenerator

      G createGenerator(com.sun.tools.xjc.outline.Outline outline)