Record Class ValueContextImpl

java.lang.Object
java.lang.Record
org.vaadin.firitin.rad.ValueContextImpl
All Implemented Interfaces:
ValueContext

public record ValueContextImpl(PrettyPrinter prettyPrinter, Class type, Object value, ValueContext parent, com.fasterxml.jackson.databind.introspect.BasicBeanDescription beanDescription) extends Record implements ValueContext
ValueContext is a helper class to pass around the context of the value being displayed/printed.

Experimental, not yet stable API.