Package io.smallrye.graphql.json
Class InputFieldsInfo
java.lang.Object
io.smallrye.graphql.json.InputFieldsInfo
Here we create a mapping of all fields in a input type that needs transformation and mapping
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Method Summary
Modifier and TypeMethodDescriptiongetAdaptToFields(String className) getAdaptWithFields(String className) getCreatorParameters(String className) getTransformationFields(String className) static booleanhasAdaptToFields(String className) static booleanhasAdaptWithFields(String className) static booleanhasTransformationFields(String className) protected static void
-
Method Details
-
register
-
hasTransformationFields
-
getTransformationFields
-
hasAdaptToFields
-
getAdaptToFields
-
hasAdaptWithFields
-
getAdaptWithFields
-
getCreatorParameters
-