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 Details

    • ZoneIdConverter

      public ZoneIdConverter()
  • Method Details

    • convert

      public ZoneId convert(String value)
      Specified by:
      convert in interface org.eclipse.microprofile.config.spi.Converter<ZoneId>