java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.Catalog

public class Catalog extends Object
Internal class for marshaling a catalog of services within ServiceBrokerProperties configuration properties.
Author:
s greenberg, Scott Frederick, Roy Clarkson
See Also:
  • Constructor Details

    • Catalog

      public Catalog()
  • Method Details

    • getServices

      public List<ServiceDefinition> getServices()
    • toModel

      public Catalog toModel()
      Converts this object into its corresponding model.
      Returns:
      a Catalog model
      See Also: