Class NewInstanceSchemaFull

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object newInstance​(java.lang.Object defaultInstance)
      Create a new message instance given the default instance of the message type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NewInstanceSchemaFull

        NewInstanceSchemaFull()
    • Method Detail

      • newInstance

        public java.lang.Object newInstance​(java.lang.Object defaultInstance)
        Description copied from interface: NewInstanceSchema
        Create a new message instance given the default instance of the message type.
        Specified by:
        newInstance in interface NewInstanceSchema