|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.service.MapperService
public final class MapperService
Mapper Service
Method Summary | |
---|---|
static String |
getJson(PluginModel model)
Transform the model into a JSON String |
static PluginModel |
readJson(String strJson)
Read a JSON String to fill a model |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getJson(PluginModel model)
model
- The model
public static PluginModel readJson(String strJson)
strJson
- The JSON String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |