com.foursquare.spindle.codegen.runtime

PrimitiveRenderType

case class PrimitiveRenderType(text: String, javaText: String, boxedText: String, defaultText: String, javaDefaultText: String, ttype: TType) extends RenderType with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RenderType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PrimitiveRenderType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RenderType
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrimitiveRenderType(text: String, javaText: String, boxedText: String, defaultText: String, javaDefaultText: String, ttype: TType)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val boxedText: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  8. def canEqual(arg0: Any): Boolean

    Definition Classes
    PrimitiveRenderType → Equals
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def compareTemplate: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  11. val defaultText: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    PrimitiveRenderType → Equals → AnyRef → Any
  14. def fieldDefTemplate: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  15. def fieldImplTemplate: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  16. def fieldMutableProxyTemplate: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  17. def fieldMutableTemplate: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  18. def fieldProxyTemplate: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  19. def fieldReadTemplate: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  20. def fieldWriteTemplate: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  21. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  23. def hasOrdering: Boolean

    Definition Classes
    PrimitiveRenderTypeRenderType
  24. def hashCode(): Int

    Definition Classes
    PrimitiveRenderType → AnyRef → Any
  25. def isContainer: Boolean

    Definition Classes
    RenderType
  26. def isEnhanced: Boolean

    Definition Classes
    RenderType
  27. def isEnum: Boolean

    Definition Classes
    RenderType
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def isNullable: Boolean

    Definition Classes
    RenderType
  30. def javaBoxedText: String

    Definition Classes
    RenderType
  31. def javaContainerText: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  32. val javaDefaultText: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  33. val javaText: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  34. def javaTypeParameters: Seq[RenderType]

    Definition Classes
    RenderType
  35. def javaUnderlying: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. def productArity: Int

    Definition Classes
    PrimitiveRenderType → Product
  40. def productElement(arg0: Int): Any

    Definition Classes
    PrimitiveRenderType → Product
  41. def productIterator: Iterator[Any]

    Definition Classes
    Product
  42. def productPrefix: String

    Definition Classes
    PrimitiveRenderType → Product
  43. def renderValue(v: String): Some[String]

    Definition Classes
    PrimitiveRenderTypeRenderType
  44. val renderValueSupported: Boolean

    Definition Classes
    PrimitiveRenderTypeRenderType
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. val text: String

    Definition Classes
    PrimitiveRenderTypeRenderType
  47. def toString(): String

    Definition Classes
    PrimitiveRenderType → AnyRef → Any
  48. val tprotocolSuffix: String

  49. val ttype: TType

    Definition Classes
    PrimitiveRenderTypeRenderType
  50. def underlying: RenderType

    Definition Classes
    RenderType
  51. def usesSetVar: Boolean

    Definition Classes
    PrimitiveRenderTypeRenderType
  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RenderType

Inherited from AnyRef

Inherited from Any