Package io.smallrye.graphql.json
Class JsonInputRegistry
- java.lang.Object
-
- io.smallrye.graphql.json.JsonInputRegistry
-
public class JsonInputRegistry extends Object
Here we register input objects to be used when creating method calls For now we need to - hold a custom JsonB map for custom name mapping and - hold a map of all fields in input types that needs transforming- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidoverride(Map<String,jakarta.json.bind.Jsonb> overrides)Override Jsonb config for particular classes by the Jsonb instances supplied by the user via an EventingServicestatic voidregister(InputType inputType)
-