Uses of Class
org.vaadin.firitin.rad.PrettyPrinter
Package
Description
Contains the RAD (Rapid Application Development) tools for Vaadin.
-
Uses of PrettyPrinter in org.vaadin.firitin.rad
Modifier and TypeMethodDescriptionAutoForm.getPrettyPrinter()
default PrettyPrinter
PropertyContext.getPrettyPrinter()
ValueContext.getPrettyPrinter()
ValueContextImpl.getPrettyPrinter()
ValueContextImpl.prettyPrinter()
Returns the value of theprettyPrinter
record component.PrettyPrinter.withPropertyHeaderPrinter
(PropertyHeaderPrinter printer) PrettyPrinter.withPropertyPrinter
(PropertyPrinter printer) ModifierConstructorDescriptionValueContextImpl
(PrettyPrinter prettyPrinter, Class type, Object value, ValueContext parent, com.fasterxml.jackson.databind.introspect.BasicBeanDescription beanDescription) Creates an instance of aValueContextImpl
record class.ValueContextImpl
(PrettyPrinter prettyPrinter, Object dto)