public class ProtobufMsgFactory extends Object
| Constructor and Description |
|---|
ProtobufMsgFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.google.protobuf.Message> |
getDefaultInstance(String className) |
static void |
load() |
static <T extends com.google.protobuf.Message> |
newMessageByJavaClassName(String className,
byte[] bs) |
static <T extends com.google.protobuf.Message> |
newMessageByProtoClassName(String className,
byte[] bs) |
public static void load()
public static <T extends com.google.protobuf.Message> T getDefaultInstance(String className)
public static <T extends com.google.protobuf.Message> T newMessageByJavaClassName(String className, byte[] bs)
public static <T extends com.google.protobuf.Message> T newMessageByProtoClassName(String className, byte[] bs)
Copyright © 2024. All rights reserved.