implicit class FieldDescriptorPimp extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FieldDescriptorPimp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FieldDescriptorPimp(fd: FieldDescriptor)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def annotationList: Seq[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def baseSingleScalaTypeName: String
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def collectionBuilder: String
- def collectionType: String
- def comment: Option[String]
- def containingOneOf: Option[OneofDescriptor]
- def customSingleScalaTypeName: Option[String]
- def emptyCollection: String
- def enclosingType: EnclosingType
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fd: FieldDescriptor
- def fieldMapCollection(innerType: String): String
- def fieldMapEnclosingType: EnclosingType
- def fieldNumberConstantName: String
- def fieldOptions: FieldOptions
- def fieldsMapEmptyCollection: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getMethod: String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isEnum: Boolean
- def isInOneof: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMapField: Boolean
- def isMessage: Boolean
- def isSealedOneofType: Boolean
- def isSingular: Boolean
- def javaExtensionFieldFullName: String
- def mapType: MapType
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def oneOfTypeName: String
- def scalaName: String
- def scalaTypeName: String
- def singleScalaTypeName: String
- def sourcePath: Seq[Int]
- def supportsPresence: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeMapper: String
- def typeMapperValName: String
- def upperJavaName: String
- def upperScalaName: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])