Uses of Interface
org.springframework.boot.buildpack.platform.json.MappedObject.ContentReader
Package
Description
Utilities and classes for JSON processing.
-
Uses of MappedObject.ContentReader in org.springframework.boot.buildpack.platform.json
Modifier and TypeMethodDescriptionprotected static <T extends MappedObject,
C>
TMappedObject.of
(C content, MappedObject.ContentReader<C> reader, Function<com.fasterxml.jackson.databind.JsonNode, T> factory) Factory method to create a newMappedObject
instance.