Uses of Class
com.github.davidmoten.oas3.internal.model.Model
-
Packages that use Model Package Description com.github.davidmoten.oas3.internal classes to support conversion of OpenAPI to Model.com.github.davidmoten.oas3.internal.model classes to support conversion of OpenAPI to Model. -
-
Uses of Model in com.github.davidmoten.oas3.internal
Methods in com.github.davidmoten.oas3.internal that return Model Modifier and Type Method Description static ModelComponentsHelper. toModel(Names names)static ModelPathsHelper. toModel(Names names) -
Uses of Model in com.github.davidmoten.oas3.internal.model
Fields in com.github.davidmoten.oas3.internal.model declared as Model Modifier and Type Field Description static ModelModel. EMPTYMethods in com.github.davidmoten.oas3.internal.model that return Model Modifier and Type Method Description ModelModel. add(Model model)ModelModel. add(Relationship r)Methods in com.github.davidmoten.oas3.internal.model with parameters of type Model Modifier and Type Method Description ModelModel. add(Model model)
-