Uses of Interface
eu.bandm.tools.format.spi.FormatProvider
Packages that use FormatProvider
Package
Description
Text layout and pretty printing,
see the user documentation.
An implementation-agnostic API for pretty-printing format objects.
-
Uses of FormatProvider in eu.bandm.tools.format
Classes in eu.bandm.tools.format that implement FormatProvider -
Uses of FormatProvider in eu.bandm.tools.format.spi
Classes in eu.bandm.tools.format.spi that implement FormatProviderModifier and TypeClassDescriptionclassFormatProxy<F>A proxy provider that delegates creation of format objects to some other provider.classFormatServer<F>A proxy provider that adds convenience methods for producing format objects.classTrivial implementation.Fields in eu.bandm.tools.format.spi declared as FormatProviderModifier and TypeFieldDescriptionprotected final FormatProvider<F> FormatProxy.providerThe provider to delegate to.Constructors in eu.bandm.tools.format.spi with parameters of type FormatProviderModifierConstructorDescriptionprotectedFormatProxy(FormatProvider<F> provider) Creates a new instancce.FormatServer(FormatProvider<F> provider) Creates a new instance.