public class ProtobufUtils extends Object
| 构造器和说明 |
|---|
ProtobufUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
convertEmptyToNull(com.google.protobuf.Empty empty) |
static com.google.protobuf.Empty |
convertNullToEmpty() |
static Throwable |
convertToException(ThrowablePB.ThrowableProto throwableProto) |
static ThrowablePB.ThrowableProto |
convertToThrowableProto(Throwable throwable) |
static <T extends com.google.protobuf.MessageLite> |
marshaller(T defaultInstance) |
public static <T extends com.google.protobuf.MessageLite> void marshaller(T defaultInstance)
public static com.google.protobuf.Empty convertNullToEmpty()
public static Object convertEmptyToNull(com.google.protobuf.Empty empty)
public static ThrowablePB.ThrowableProto convertToThrowableProto(Throwable throwable)
public static Throwable convertToException(ThrowablePB.ThrowableProto throwableProto)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.