Record Class JsonResource

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

public record JsonResource(String resourceName) extends Record implements Supplier<String>, Consumer<String>