Interface AsyncApiSerializerService

All Known Implementing Classes:
DefaultAsyncApiSerializerService

public interface AsyncApiSerializerService
  • Method Details

    • toJsonString

      String toJsonString(Object asyncAPI) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • toYaml

      String toYaml(Object asyncAPI) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException