Class CpoLegacyClassSourceGenerator

All Implemented Interfaces:
MetaVisitor

public class CpoLegacyClassSourceGenerator extends CpoClassSourceGenerator
The CpoClassSourceGenerator generates java source code to define the cpo classes.

This implemenation will generate only a class, without extending an interface. It is available to support existing systems that aren't able/willing to change to the interface model.

Since:
4/17/12
Author:
Michael Bellomo
  • Constructor Details

    • CpoLegacyClassSourceGenerator

      public CpoLegacyClassSourceGenerator(CpoMetaDescriptor metaDescriptor)
      Constructs a generator for the given meta descriptor.
      Parameters:
      metaDescriptor - the meta descriptor whose classes will be visited and generated as legacy (non-interface-implementing) Java class source
  • Method Details