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