Trait/Object

io.atomicbits.scraml.generator.model

ClassRep

Related Docs: object ClassRep | package model

Permalink

trait ClassRep extends AnyRef

Created by peter on 21/08/15.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClassRep
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def classRef: ClassReference

    Permalink
  2. abstract def content: Option[String]

    Permalink
  3. abstract def fields: List[ClassReferenceAsFieldRep]

    Permalink
  4. abstract def jsonTypeInfo: Option[JsonTypeInfo]

    Permalink
  5. abstract def parentClass: Option[ClassReference]

    Permalink
  6. abstract def subClasses: List[ClassReference]

    Permalink
  7. abstract def withChildren(childIds: List[ClassReference]): ClassRep

    Permalink
  8. abstract def withContent(content: String): ClassRep

    Permalink
  9. abstract def withFields(fields: List[ClassReferenceAsFieldRep]): ClassRep

    Permalink
  10. abstract def withJsonTypeInfo(jsonTypeInfo: JsonTypeInfo): ClassRep

    Permalink
  11. abstract def withParent(parentId: ClassReference): ClassRep

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def classDefinitionJava: String

    Permalink
  6. def classDefinitionScala: String

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fullyQualifiedName: String

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hierarchyParent(classMap: ClassMap): Option[ClassRep]

    Permalink

    Gives the top level parent of the hierarchy this class rep takes part in if any.

    Gives the top level parent of the hierarchy this class rep takes part in if any. If this class rep is the top level class, it will be returned as the result (as opposed to the method topLevelParent).

  15. def isInHierarchy: Boolean

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def name: String

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def packageName: String

    Permalink
  22. def packageParts: List[String]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def topLevelParent(classMap: ClassMap): Option[ClassRep]

    Permalink

    Gives the top level parent of this class rep.

    Gives the top level parent of this class rep. A top level parent class itself has no parent and thus no top level parent.

  26. def typeVariables: List[String]

    Permalink
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped