public class LongConverters extends Object
Modifier and Type | Field and Description |
---|---|
static ValueConverter<Long> |
DEFAULT |
static ValueConverter<Long> |
NUMBER_ROUNDED_TO_LONG |
static ValueConverter<Long> |
NUMBER_TO_LONG |
static ValueConverter<Long> |
ROUND |
static ValueConverter<Long> |
STRING_TO_LONG |
Constructor and Description |
---|
LongConverters() |
public static final ValueConverter<Long> NUMBER_TO_LONG
public static final ValueConverter<Long> NUMBER_ROUNDED_TO_LONG
public static final ValueConverter<Long> STRING_TO_LONG
public static final ValueConverter<Long> DEFAULT
public static final ValueConverter<Long> ROUND
public LongConverters()
Copyright © 2024. All rights reserved.