Interface MetaEntity

    • Method Detail

      • getSimpleName

        java.lang.String getSimpleName()
      • getQualifiedName

        java.lang.String getQualifiedName()
      • getPackageName

        java.lang.String getPackageName()
      • importType

        java.lang.String importType​(java.lang.String fqcn)
        Description copied from interface: ImportContext
        Add fqcn to the import list. Returns fqcn as needed in source code. Attempts to handle fqcn with array and generics references.

        e.g. java.util.Collection<org.marvel.Hulk> imports java.util.Collection and returns Collection org.marvel.Hulk[] imports org.marvel.Hulk and returns Hulk

        Specified by:
        importType in interface ImportContext
        Parameters:
        fqcn - Fully qualified class name of the type to import.
        Returns:
        import string
      • staticImport

        java.lang.String staticImport​(java.lang.String fqcn,
                                      java.lang.String member)
        Specified by:
        staticImport in interface ImportContext
      • getTypeElement

        javax.lang.model.element.TypeElement getTypeElement()
      • isMetaComplete

        boolean isMetaComplete()