Class PojoInfoCollector

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

public class PojoInfoCollector extends BaseCollector
Collects information about a pojo from a schema.
  • Constructor Details

  • Method Details

    • getPojoInfo

      public PojoInfo getPojoInfo(String name, io.swagger.v3.oas.models.media.Schema<?> schema)