Package com.google.protobuf
Class NewInstanceSchemaLite
- java.lang.Object
-
- com.google.protobuf.NewInstanceSchemaLite
-
- All Implemented Interfaces:
NewInstanceSchema
final class NewInstanceSchemaLite extends java.lang.Object implements NewInstanceSchema
-
-
Constructor Summary
Constructors Constructor Description NewInstanceSchemaLite()
-
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.
-
-
-
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 interfaceNewInstanceSchema
-
-