Class Extension<ContainingType extends MessageLite,​Type>

    • Constructor Detail

      • Extension

        public Extension()
    • Method Detail

      • getMessageType

        public Extension.MessageType getMessageType()
        If the extension is a message extension (i.e., getLiteType() == MESSAGE), returns the type of the message, otherwise undefined.
      • fromReflectionType

        protected abstract java.lang.Object fromReflectionType​(java.lang.Object value)
      • singularFromReflectionType

        protected abstract java.lang.Object singularFromReflectionType​(java.lang.Object value)
      • toReflectionType

        protected abstract java.lang.Object toReflectionType​(java.lang.Object value)
      • singularToReflectionType

        protected abstract java.lang.Object singularToReflectionType​(java.lang.Object value)