Module colesico.framework.restlet
Class RestletWritersIoclet
java.lang.Object
colesico.framework.restlet.internal.RestletWritersIoclet
- All Implemented Interfaces:
colesico.framework.ioc.ioclet.Ioclet
@Genstamp(generator="colesico.framework.ioc.codegen.generator.IocletGenerator",
timestamp="2020-10-07T09:59:01.010Z",
hashId="c6709eaa-215a-4815-b009-7bae5d152ac3",
comments="Producer: colesico.framework.restlet.internal.RestletWritersProducer")
public final class RestletWritersIoclet
extends java.lang.Object
implements colesico.framework.ioc.ioclet.Ioclet
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RestletWritersIoclet() -
Method Summary
Modifier and Type Method Description voidaddFactories(colesico.framework.ioc.ioclet.Catalog catalog)java.lang.StringgetId()colesico.framework.ioc.ioclet.Factory<JsonWriter>getJsonWriterFactory4()Factory to produce colesico.framework.restlet.teleapi.writer.JsonWriter class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<ObjectWriter>getObjectWriterFactory0()Factory to produce colesico.framework.restlet.teleapi.writer.ObjectWriter class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<PlainTextWriter>getPlainTextWriterFactory3()Factory to produce colesico.framework.restlet.teleapi.writer.PlainTextWriter class instance Scope: SINGLETON; Custom: nullcolesico.framework.ioc.ioclet.Factory<RestletTeleWriter>getPrincipalWriterFactory1()Factory to produce colesico.framework.restlet.teleapi.RestletTeleWriter class instance Scope: SINGLETON; Custom: null Classed: colesico.framework.security.Principalcolesico.framework.ioc.ioclet.Factory<RestletTeleWriter>getProfileWriterFactory2()Factory to produce colesico.framework.restlet.teleapi.RestletTeleWriter class instance Scope: SINGLETON; Custom: null Classed: colesico.framework.profile.Profile
-
Constructor Details
-
RestletWritersIoclet
public RestletWritersIoclet()
-
-
Method Details
-
getId
public final java.lang.String getId()- Specified by:
getIdin interfacecolesico.framework.ioc.ioclet.Ioclet
-
getObjectWriterFactory0
Factory to produce colesico.framework.restlet.teleapi.writer.ObjectWriter class instance Scope: SINGLETON; Custom: null -
getPrincipalWriterFactory1
Factory to produce colesico.framework.restlet.teleapi.RestletTeleWriter class instance Scope: SINGLETON; Custom: null Classed: colesico.framework.security.Principal -
getProfileWriterFactory2
Factory to produce colesico.framework.restlet.teleapi.RestletTeleWriter class instance Scope: SINGLETON; Custom: null Classed: colesico.framework.profile.Profile -
getPlainTextWriterFactory3
Factory to produce colesico.framework.restlet.teleapi.writer.PlainTextWriter class instance Scope: SINGLETON; Custom: null -
getJsonWriterFactory4
Factory to produce colesico.framework.restlet.teleapi.writer.JsonWriter class instance Scope: SINGLETON; Custom: null -
addFactories
public final void addFactories(colesico.framework.ioc.ioclet.Catalog catalog)- Specified by:
addFactoriesin interfacecolesico.framework.ioc.ioclet.Ioclet
-