public class StringConverters extends Object
| Modifier and Type | Field and Description |
|---|---|
static Converter<com.google.protobuf.StringValue.Builder,String> |
BUILDER_TO_STRING |
static Converter<String,com.google.protobuf.StringValue.Builder> |
STRING_TO_BUILDER |
static Converter<String,com.google.protobuf.StringValue> |
STRING_TO_STRING_VALUE |
static Converter<com.google.protobuf.StringValue,String> |
STRING_VALUE_TO_STRING |
| Constructor and Description |
|---|
StringConverters() |
public static final Converter<com.google.protobuf.StringValue.Builder,String> BUILDER_TO_STRING
public static final Converter<com.google.protobuf.StringValue,String> STRING_VALUE_TO_STRING
public static final Converter<String,com.google.protobuf.StringValue.Builder> STRING_TO_BUILDER
Copyright © 2011-2023. All Rights Reserved.