Interface InputResolver<T>

All Known Implementing Classes:
BlobInputResolver, BlobsInputResolver, DocumentInputResolver, DocumentsInputResolver

public interface InputResolver<T>
Author:
matic
  • Method Summary

    Modifier and Type
    Method
    Description
    getInput(String content)
     
     
  • Method Details

    • getType

      String getType()
    • getInput

      T getInput(String content)