Interface Parsers.SimpleParser<Source,​Target>

All Known Implementing Classes:
Parsers.JsonParser
Enclosing class:
Parsers

public static interface Parsers.SimpleParser<Source,​Target>
  • Method Summary

    Modifier and Type Method Description
    Target parse​(Source source)