public class IntConverters extends Object
| Modifier and Type | Field and Description |
|---|---|
static Converter<com.google.protobuf.Int32Value.Builder,Integer> |
BUILDER_TO_INT |
static Converter<com.google.protobuf.Int64Value.Builder,Long> |
BUILDER_TO_LONG |
static Converter<Integer,com.google.protobuf.Int32Value.Builder> |
INT_TO_BUILDER |
static Converter<Integer,com.google.protobuf.Int32Value> |
INT_TO_INT_VALUE |
static Converter<com.google.protobuf.Int32Value,Integer> |
INT_VALUE_TO_INT |
static Converter<Long,com.google.protobuf.Int64Value.Builder> |
LONG_TO_BUILDER |
static Converter<Long,com.google.protobuf.Int64Value> |
LONG_TO_LONG_VALUE |
static Converter<com.google.protobuf.Int64Value,Long> |
LONG_VALUE_TO_LONG |
| Constructor and Description |
|---|
IntConverters() |
public static final Converter<com.google.protobuf.Int32Value.Builder,Integer> BUILDER_TO_INT
public static final Converter<com.google.protobuf.Int64Value.Builder,Long> BUILDER_TO_LONG
public static final Converter<com.google.protobuf.Int32Value,Integer> INT_VALUE_TO_INT
public static final Converter<com.google.protobuf.Int64Value,Long> LONG_VALUE_TO_LONG
public static final Converter<Integer,com.google.protobuf.Int32Value.Builder> INT_TO_BUILDER
public static final Converter<Long,com.google.protobuf.Int64Value.Builder> LONG_TO_BUILDER
public static final Converter<Integer,com.google.protobuf.Int32Value> INT_TO_INT_VALUE
Copyright © 2011-2023. All Rights Reserved.