Package io.quarkus.runtime.configuration
Class ZoneIdConverter
java.lang.Object
io.quarkus.runtime.configuration.ZoneIdConverter
- All Implemented Interfaces:
Serializable
,org.eclipse.microprofile.config.spi.Converter<ZoneId>
@Priority(200)
public class ZoneIdConverter
extends Object
implements org.eclipse.microprofile.config.spi.Converter<ZoneId>, Serializable
A converter to support ZoneId.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZoneIdConverter
public ZoneIdConverter()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceorg.eclipse.microprofile.config.spi.Converter<ZoneId>
-