Interface NewInstanceSchema

All Known Implementing Classes:
NewInstanceSchemaFull, NewInstanceSchemaLite

@CheckReturnValue interface NewInstanceSchema
  • Method Summary

    Modifier and Type
    Method
    Description
    newInstance(Object defaultInstance)
    Create a new message instance given the default instance of the message type.
  • Method Details

    • newInstance

      Object newInstance(Object defaultInstance)
      Create a new message instance given the default instance of the message type.