Uses of Interface
com.github.davidmoten.oas3.internal.model.Relationship
-
Packages that use Relationship Package Description com.github.davidmoten.oas3.internal.model classes to support conversion of OpenAPI to Model. -
-
Uses of Relationship in com.github.davidmoten.oas3.internal.model
Classes in com.github.davidmoten.oas3.internal.model that implement Relationship Modifier and Type Class Description classAssociationclassInheritanceMethods in com.github.davidmoten.oas3.internal.model that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>Model. relationships()Methods in com.github.davidmoten.oas3.internal.model with parameters of type Relationship Modifier and Type Method Description ModelModel. add(Relationship r)Constructors in com.github.davidmoten.oas3.internal.model with parameters of type Relationship Constructor Description Model(Class cls, Relationship r)Model(Relationship r)
-