Package org.approvej.print
Interface PrintFormatProvider<T>
- Type Parameters:
T- the type of value the print format handles
- All Superinterfaces:
Provider<PrintFormat<T>>
- All Known Implementing Classes:
MultiLineStringPrintFormat,SingleLineStringPrintFormat
Specialized
Provider for PrintFormat implementations.
This interface pre-defines the type() method, so implementations only need to provide
Provider.alias().
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<PrintFormat<T>> type()Returns the type of component this provider creates.
-
Method Details
-
type
Description copied from interface:ProviderReturns the type of component this provider creates.Specialized sub-interfaces like
PrintFormatProviderandFileReviewerProviderprovide default implementations for this method.
-