Package com.google.protobuf
Class NewInstanceSchemaLite
java.lang.Object
com.google.protobuf.NewInstanceSchemaLite
- All Implemented Interfaces:
NewInstanceSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(Object defaultInstance) Create a new message instance given the default instance of the message type.
-
Constructor Details
-
NewInstanceSchemaLite
NewInstanceSchemaLite()
-
-
Method Details
-
newInstance
Description copied from interface:NewInstanceSchema
Create a new message instance given the default instance of the message type.- Specified by:
newInstance
in interfaceNewInstanceSchema
-