public final class TypedValueUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isProtobufTypeOf(TypedValue typedValue,
com.google.protobuf.Descriptors.Descriptor messageDescriptor) |
static TypedValue |
packProtobufMessage(com.google.protobuf.Message protobufMessage) |
static <PB extends com.google.protobuf.Message> |
unpackProtobufMessage(TypedValue typedValue,
com.google.protobuf.Parser<PB> protobufMessageParser) |
public static boolean isProtobufTypeOf(TypedValue typedValue, com.google.protobuf.Descriptors.Descriptor messageDescriptor)
public static TypedValue packProtobufMessage(com.google.protobuf.Message protobufMessage)
public static <PB extends com.google.protobuf.Message> PB unpackProtobufMessage(TypedValue typedValue, com.google.protobuf.Parser<PB> protobufMessageParser)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.