Class OptionalDoubleConverter
- java.lang.Object
-
- fish.payara.nucleus.microprofile.config.converters.OptionalDoubleConverter
-
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.Converter<OptionalDouble>
@Priority(1) public class OptionalDoubleConverter extends Object implements org.eclipse.microprofile.config.spi.Converter<OptionalDouble>
- Author:
- Matthew Gill
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OptionalDoubleConverter()
-
-
-
Method Detail
-
convert
public OptionalDouble convert(String value) throws IllegalArgumentException, NullPointerException
- Specified by:
convertin interfaceorg.eclipse.microprofile.config.spi.Converter<OptionalDouble>- Throws:
IllegalArgumentExceptionNullPointerException
-
-