Package io.smallrye.graphql.json
Class JsonInputRegistry
java.lang.Object
io.smallrye.graphql.json.JsonInputRegistry
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
-
Method Details
-
register
-
override
Override Jsonb config for particular classes by the Jsonb instances supplied by the user via an EventingService
-