Package com.google.protobuf
Class NewInstanceSchemaFull
- java.lang.Object
-
- com.google.protobuf.NewInstanceSchemaFull
-
- All Implemented Interfaces:
NewInstanceSchema
final class NewInstanceSchemaFull extends java.lang.Object implements NewInstanceSchema
-
-
Constructor Summary
Constructors Constructor Description NewInstanceSchemaFull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectnewInstance(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:NewInstanceSchemaCreate a new message instance given the default instance of the message type.- Specified by:
newInstancein interfaceNewInstanceSchema
-
-