Module colesico.framework.restlet
Class RestletWriterProxy<V>
java.lang.Object
colesico.framework.telehttp.HttpTeleWriter<V,RestletTWContext>
colesico.framework.restlet.teleapi.RestletTeleWriter<V>
colesico.framework.restlet.teleapi.writer.RestletWriterProxy<V>
- Type Parameters:
V- value type
- All Implemented Interfaces:
colesico.framework.teleapi.TeleWriter<V,RestletTWContext>
public final class RestletWriterProxy<V> extends RestletTeleWriter<V>
Proxy to use any http writer as restlet writer
-
Field Summary
-
Method Summary
Modifier and Type Method Description static <V> RestletWriterProxyof(colesico.framework.telehttp.HttpTeleWriter<V,colesico.framework.telehttp.HttpTWContext> writer)voidwrite(V value, RestletTWContext context)
-
Method Details
-
write
-
of
public static <V> RestletWriterProxy of(colesico.framework.telehttp.HttpTeleWriter<V,colesico.framework.telehttp.HttpTWContext> writer)
-