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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FieldDescriptorPimp(fd: FieldDescriptor)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def annotationList: Seq[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def baseSingleScalaTypeName: String
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def collectionBuilder: String
  9. def collectionType: String
  10. def comment: Option[String]
  11. def containingOneOf: Option[OneofDescriptor]
  12. def customSingleScalaTypeName: Option[String]
  13. def emptyCollection: String
  14. def enclosingType: EnclosingType
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. val fd: FieldDescriptor
  18. def fieldMapCollection(innerType: String): String
  19. def fieldMapEnclosingType: EnclosingType
  20. def fieldNumberConstantName: String
  21. def fieldOptions: FieldOptions
  22. def fieldsMapEmptyCollection: String
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def getMethod: String
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def isEnum: Boolean
  27. def isInOneof: Boolean
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isMapField: Boolean
  30. def isMessage: Boolean
  31. def isSealedOneofType: Boolean
  32. def isSingular: Boolean
  33. def javaExtensionFieldFullName: String
  34. def mapType: MapType
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def oneOfTypeName: String
  39. def scalaName: String
  40. def scalaTypeName: String
  41. def singleScalaTypeName: String
  42. def sourcePath: Seq[Int]
  43. def supportsPresence: Boolean
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def typeMapper: String
  47. def typeMapperValName: String
  48. def upperJavaName: String
  49. def upperScalaName: String
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped