public class BoolConverters extends Object
| Modifier and Type | Field and Description |
|---|---|
static Converter<Boolean,com.google.protobuf.BoolValue> |
BOOL_TO_BOOL_VALUE |
static Converter<Boolean,com.google.protobuf.BoolValue.Builder> |
BOOL_TO_BUILDER |
static Converter<com.google.protobuf.BoolValue,Boolean> |
BOOL_VALUE_TO_BOOL |
static Converter<com.google.protobuf.BoolValue.Builder,Boolean> |
BUILDER_TO_BOOL |
| Constructor and Description |
|---|
BoolConverters() |
public static final Converter<com.google.protobuf.BoolValue.Builder,Boolean> BUILDER_TO_BOOL
public static final Converter<com.google.protobuf.BoolValue,Boolean> BOOL_VALUE_TO_BOOL
public static final Converter<Boolean,com.google.protobuf.BoolValue.Builder> BOOL_TO_BUILDER
Copyright © 2011-2023. All Rights Reserved.