Class PrivateKeyConverter

java.lang.Object
io.quarkiverse.githubapp.runtime.config.PrivateKeyConverter
All Implemented Interfaces:
Serializable, org.eclipse.microprofile.config.spi.Converter<PrivateKey>

@Priority(200) public class PrivateKeyConverter extends Object implements org.eclipse.microprofile.config.spi.Converter<PrivateKey>, Serializable
See Also:
  • Constructor Details

    • PrivateKeyConverter

      public PrivateKeyConverter()
  • Method Details

    • convert

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