Uses of Class
com.github.davidmoten.oas3.internal.model.ClassType
-
Packages that use ClassType Package Description com.github.davidmoten.oas3.internal.model classes to support conversion of OpenAPI to Model. -
-
Uses of ClassType in com.github.davidmoten.oas3.internal.model
Methods in com.github.davidmoten.oas3.internal.model that return ClassType Modifier and Type Method Description ClassTypeClass. type()static ClassTypeClassType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassType[]ClassType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.davidmoten.oas3.internal.model with parameters of type ClassType Constructor Description Class(String name, ClassType type)Class(String name, ClassType type, List<Field> fields)
-