Uses of Class
com.github.davidmoten.oas3.internal.model.AssociationType
-
Packages that use AssociationType Package Description com.github.davidmoten.oas3.internal.model classes to support conversion of OpenAPI to Model. -
-
Uses of AssociationType in com.github.davidmoten.oas3.internal.model
Methods in com.github.davidmoten.oas3.internal.model that return AssociationType Modifier and Type Method Description AssociationTypeAssociation. type()AssociationTypeInheritance. type()static AssociationTypeAssociationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationType[]AssociationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.davidmoten.oas3.internal.model with parameters of type AssociationType Modifier and Type Method Description Association.Builder3Association.Builder2. type(AssociationType type)Constructors in com.github.davidmoten.oas3.internal.model with parameters of type AssociationType Constructor Description Inheritance(String from, List<String> to, AssociationType type, Optional<String> propertyName)
-