@ParametersAreNonnullByDefault public final class IdConverters extends Object
IdConverter instances related to Ids.| Modifier and Type | Method and Description | 
|---|---|
| static IdConverter<String> | withHexString()Returns the  IdConverterto use a hexadecimal representation instead ofId. | 
| static IdConverter<Long> | withLong()Returns the  IdConverterto use a long representation instead ofId. | 
@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.