Uses of Class
io.smallrye.graphql.schema.model.WrapperType
-
-
Uses of WrapperType in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return WrapperType Modifier and Type Method Description WrapperTypeWrapper. getWrapperType()static WrapperTypeWrapperType. valueOf(String name)Returns the enum constant of this type with the specified name.static WrapperType[]WrapperType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.graphql.schema.model with parameters of type WrapperType Modifier and Type Method Description voidWrapper. setWrapperType(WrapperType wrapperType)Constructors in io.smallrye.graphql.schema.model with parameters of type WrapperType Constructor Description Wrapper(WrapperType wrapperType, String wrapperClassName)Wrapper(WrapperType wrapperType, String wrapperClassName, boolean wrappedTypeNotNull)
-