Class JsonObjectConverter
- java.lang.Object
-
- io.smallrye.config.converter.json.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 Summary
Constructors Constructor Description JsonObjectConverter()
-
-
-
Method Detail
-
convert
public jakarta.json.JsonObject convert(String input)
- Specified by:
convertin interfaceorg.eclipse.microprofile.config.spi.Converter<jakarta.json.JsonObject>
-
-