Interface MappedObject.ContentReader<C>

Type Parameters:
C - the content type
Enclosing class:
MappedObject
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface MappedObject.ContentReader<C>
Strategy used to read JSON content.
Since:
2.3.0
Author:
Phillip Webb, Dmytro Nosan
  • Method Summary

    Modifier and Type
    Method
    Description
    read(JsonMapper jsonMapper, C content)
    Read JSON content as a JsonNode.