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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivateKeyConverter()
-
-
-
Method Detail
-
convert
public PrivateKey convert(String value)
- Specified by:
convertin interfaceorg.eclipse.microprofile.config.spi.Converter<PrivateKey>
-
-