Record Class JsonFile

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.io.JsonFile
All Implemented Interfaces:
Consumer<String>, Supplier<String>

public record JsonFile(String filePath) extends Record implements Supplier<String>, Consumer<String>