Interface HtmlResultDeserializer<T extends org.flywaydb.core.api.output.HtmlResult>

All Superinterfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>, org.flywaydb.core.extensibility.Plugin
All Known Implementing Classes:
InfoResultDeserializer, MigrateResultDeserializer

public interface HtmlResultDeserializer<T extends org.flywaydb.core.api.output.HtmlResult> extends org.flywaydb.core.extensibility.Plugin
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.flywaydb.core.extensibility.Plugin

    compareTo, copy, getName, getPluginVersion, getPriority, isEnabled, isLicensed
  • Method Details

    • getDeserializingClass

      Class<T> getDeserializingClass()
    • operationKey

      String operationKey()