|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectr01f.marshalling.simple.SimpleMarshallerBase
r01f.marshalling.simple.SimpleMarshaller.SimpleMarshallerReusableImpl
public static class SimpleMarshaller.SimpleMarshallerReusableImpl
Extiende a SimpleMarshallerBase haciendo que la instancia de MarshallerMappings
que contiene la definición de mapeos sea una referencia al SINGLETON custodiado por GUICE, es decir,
se REUTILIZA el mapeo, o lo que es lo mismo, se CACHEA
| Field Summary |
|---|
| Fields inherited from class r01f.marshalling.simple.SimpleMarshallerBase |
|---|
_mappings |
| Constructor Summary | |
|---|---|
SimpleMarshaller.SimpleMarshallerReusableImpl(MarshallerMappings mappings)
Ver @MarshallerGuiceModule Guice inyecta una nueva instancia de SimpleMarshallerMappings |
|
| Method Summary |
|---|
| Methods inherited from class r01f.marshalling.simple.SimpleMarshallerBase |
|---|
addBeans, addBeans, addBeans, beanFromXml, beanFromXml, beanFromXml, usingEncoder, xmlFromBean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject public SimpleMarshaller.SimpleMarshallerReusableImpl(MarshallerMappings mappings)
mappings - los mappings inyectados por guice
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||