Uses of Enum Class
com.kingsrook.qqq.openapi.model.Type
Packages that use Type
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of Type in com.kingsrook.qqq.api.actions
Methods in com.kingsrook.qqq.api.actions that return TypeModifier and TypeMethodDescriptionstatic TypeGenerateOpenApiSpecAction.getFieldType(QFieldMetaData field) -
Uses of Type in com.kingsrook.qqq.openapi.model
Subclasses with type arguments of type Type in com.kingsrook.qqq.openapi.modelMethods in com.kingsrook.qqq.openapi.model that return TypeModifier and TypeMethodDescriptionstatic TypeReturns the enum constant of this class with the specified name.static Type[]Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kingsrook.qqq.openapi.model with parameters of type Type