public class PrintWriterProviderImpl extends Object implements PrintWriterProvider
| Constructor and Description |
|---|
PrintWriterProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> PrintWriter |
build(Class<T> klass)
Build a new instance of a PrintWriter that will not be shared with other callers.
|
public <T> PrintWriter build(Class<T> klass)
PrintWriterProviderbuild in interface PrintWriterProviderklass - the Class of object this PrintWriter can write.This work is licensed under a Creative Commons Attribution 4.0 International License.