Uses of Enum 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 WrapperTypeModifier and TypeMethodDescriptionWrapper.getWrapperType()static WrapperTypeReturns the enum constant of this class with the specified name.static WrapperType[]WrapperType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.smallrye.graphql.schema.model with parameters of type WrapperTypeConstructors in io.smallrye.graphql.schema.model with parameters of type WrapperTypeModifierConstructorDescriptionWrapper(WrapperType wrapperType, String wrapperClassName) Wrapper(WrapperType wrapperType, String wrapperClassName, boolean wrappedTypeNotNull)