Class LongConverter
- java.lang.Object
-
- org.eclipse.microprofile.config.tck.converters.custom.LongConverter
-
- All Implemented Interfaces:
Serializable,Converter<Long>
@Priority(101) public class LongConverter extends Object implements Converter<Long>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LongConverter()
-