Class JavaTypeManifold<M extends IModel>

    • Constructor Detail

      • JavaTypeManifold

        public JavaTypeManifold()
    • Method Detail

      • getSourceKind

        public ISourceKind getSourceKind()
        Description copied from interface: ITypeManifold
        What kind of source is produced? Java?
      • getContributorKind

        public ContributorKind getContributorKind()
        Description copied from interface: ITypeManifold
        How does this producer contribute toward the source file produced
      • getClassType

        public ClassType getClassType​(String fqn)
        Description copied from interface: ITypeManifold
        What kind of type corresponds with fqn?