Interface FromJson

All Known Implementing Classes:
JsonByObjectMapper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FromJson
Internal abstraction for ObjectMapper operations.
Author:
Lei Yang
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    apply(String json, BodyOf<T> descriptor)
     
  • Method Details

    • apply

      <T> T apply(String json, BodyOf<T> descriptor)
      Parameters:
      json -
      descriptor - Could be null. In which case, it is up to ObjectMapper.
      Returns: