Uses of Class
com.github.davidmoten.oas3.internal.model.Field
-
Packages that use Field Package Description com.github.davidmoten.oas3.internal.model classes to support conversion of OpenAPI to Model. -
-
Uses of Field in com.github.davidmoten.oas3.internal.model
Methods in com.github.davidmoten.oas3.internal.model that return types with arguments of type Field Modifier and Type Method Description List<Field>Class. fields()Constructor parameters in com.github.davidmoten.oas3.internal.model with type arguments of type Field Constructor Description Class(String name, ClassType type, List<Field> fields)
-