クラスの使用
org.springframework.boot.buildpack.platform.io.InspectedContent
InspectedContent を使用するパッケージ
org.springframework.boot.buildpack.platform.io 内の InspectedContent 使用
修飾子と型メソッド説明static InspectedContentInspectedContent.of(InputStreamSE inputStream, InspectedContent.Inspector... inspectors) ソース入力ストリームからInspectedContentインスタンスを作成するファクトリメソッド。static InspectedContentInspectedContent.of(Content content, InspectedContent.Inspector... inspectors) ソースコンテンツからInspectedContentインスタンスを作成するファクトリメソッド。static InspectedContentInspectedContent.of(IOConsumer<OutputStreamSE> writer, InspectedContent.Inspector... inspectors) ソースの書き込みメソッドからInspectedContentインスタンスを作成するファクトリメソッド。