Class PropertyInfoCollector

java.lang.Object
io.github.torand.openapi2java.collectors.BaseCollector
io.github.torand.openapi2java.collectors.PropertyInfoCollector

public class PropertyInfoCollector extends BaseCollector
Collects information about a property from a schema.
  • Constructor Details

  • Method Details

    • getPropertyInfo

      public PropertyInfo getPropertyInfo(String name, io.swagger.v3.oas.models.media.Schema<?> property, boolean required)