scalapb.compiler.DescriptorImplicits

FieldDescriptorPimp

implicit class FieldDescriptorPimp extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FieldDescriptorPimp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FieldDescriptorPimp(fd: FieldDescriptor)

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. def annotationList: Seq[String]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def baseSingleScalaTypeName: String

  9. def clone(): AnyRef

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

  11. def collectionType: String

  12. def comment: Option[String]

  13. def containingOneOf: Option[OneofDescriptor]

  14. def customSingleScalaTypeName: Option[String]

  15. def emptyCollection: String

  16. def enclosingType: EnclosingType

  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. val fd: FieldDescriptor

  20. def fieldMapCollection(innerType: String): String

  21. def fieldMapEnclosingType: EnclosingType

  22. def fieldNumberConstantName: String

  23. def fieldOptions: FieldOptions

  24. def fieldsMapEmptyCollection: String

  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def getMethod: String

  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def isEnum: Boolean

  29. def isInOneof: Boolean

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isMapField: Boolean

  32. def isMessage: Boolean

  33. def isSealedOneofType: Boolean

  34. def isSingular: Boolean

  35. def javaExtensionFieldFullName: String

  36. def mapType: MapType

  37. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  40. def oneOfTypeName: String

  41. def scalaName: String

  42. def scalaTypeName: String

  43. def singleScalaTypeName: String

  44. def sourcePath: Seq[Int]

  45. def supportsPresence: Boolean

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

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. def typeMapper: String

  49. def typeMapperValName: String

  50. def upperJavaName: String

  51. def upperScalaName: String

  52. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped