Schnittstelle TypeOutline

Alle bekannten Unterschnittstellen:
DefinedTypeOutline, InterfaceOutline
Alle bekannten Implementierungsklassen:
DefinedClassOutline, DefinedInterfaceOutline, ReferencedClassOutline, ReferencedInterfaceOutline

public interface TypeOutline
Autor:
mirko 2014-05-29
  • Methodendetails

    • getDeclaredFields

      List<? extends PropertyOutline> getDeclaredFields()
    • getSuperClass

      TypeOutline getSuperClass()
    • getImplClass

      com.sun.codemodel.JClass getImplClass()
    • isLocal

      boolean isLocal()
    • isInterface

      boolean isInterface()
    • getSchemaAnnotationText

      default Optional<String> getSchemaAnnotationText()
      Gibt zurück:
      The annotation description text from the corresponding part of the schema if there is any.