Class JsonObjectConverter

  • All Implemented Interfaces:
    Serializable, org.eclipse.microprofile.config.spi.Converter<jakarta.json.JsonObject>

    public class JsonObjectConverter
    extends Object
    implements org.eclipse.microprofile.config.spi.Converter<jakarta.json.JsonObject>
    Converts a json string to a JSonObject
    Author:
    Phillip Kruger
    See Also:
    Serialized Form
    • Constructor Detail

      • JsonObjectConverter

        public JsonObjectConverter()
    • Method Detail

      • convert

        public jakarta.json.JsonObject convert​(String input)
        Specified by:
        convert in interface org.eclipse.microprofile.config.spi.Converter<jakarta.json.JsonObject>