@ParametersAreNonnullByDefault public final class IdConverters extends Object
IdConverter instances related to Ids.| Modifier and Type | Method and Description |
|---|---|
static IdConverter<String> |
withHexString()
Returns the
IdConverter to use a hexadecimal representation instead of Id. |
static IdConverter<Long> |
withLong()
Returns the
IdConverter to use a long representation instead of Id. |
@Nonnull public static IdConverter<Long> withLong()
IdConverter to use a long representation instead of Id.@Nonnull public static IdConverter<String> withHexString()
IdConverter to use a hexadecimal representation instead of Id.Copyright © 2013–2019 Atlanmod. All rights reserved.