Class WrapperCreator
- java.lang.Object
-
- io.smallrye.graphql.schema.creator.WrapperCreator
-
public class WrapperCreator extends Object
Helper with detecting if this field is in a wrapper If it is we create an WrapperInfo model that contains the relevant information- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<Wrapper>createWrapper(org.jboss.jandex.Type type)static Optional<Wrapper>createWrapper(org.jboss.jandex.Type fieldType, org.jboss.jandex.Type methodType)Create a Wrapper for a Field (that has properties and methods)
-