Uses of Class
org.webswing.server.services.rest.resources.model.MetaObject
-
-
Uses of MetaObject in org.webswing.server.services.config
Methods in org.webswing.server.services.config that return MetaObject Modifier and Type Method Description MetaObjectConfigurationProvider. describeConfiguration(String path, Map<String,Object> json, org.webswing.server.common.model.meta.ConfigContext ctx, ClassLoader cl)MetaObjectConfigurationService. describeConfiguration(String string, Map<String,Object> json, org.webswing.server.common.model.meta.ConfigContext ctx)MetaObjectConfigurationServiceImpl. describeConfiguration(String path, Map<String,Object> json, org.webswing.server.common.model.meta.ConfigContext ctx)MetaObjectDefaultConfigurationProvider. describeConfiguration(String path, Map<String,Object> json, org.webswing.server.common.model.meta.ConfigContext ctx, ClassLoader cl) -
Uses of MetaObject in org.webswing.server.services.rest.resources
Methods in org.webswing.server.services.rest.resources that return MetaObject Modifier and Type Method Description static MetaObjectBaseRestUtil. getConfig(PrimaryUrlHandler handler, ConfigurationService configService)MetaObjectGlobalRestService. getConfig()MetaObjectSwingAppRestService. getConfig()static MetaObjectBaseRestUtil. getMeta(Map<String,Object> json, PrimaryUrlHandler handler, ConfigurationService configService)MetaObjectGlobalRestService. getMeta(Map<String,Object> requestBody)MetaObjectSwingAppRestService. getMeta(Map<String,Object> requestBody) -
Uses of MetaObject in org.webswing.server.services.rest.resources.api
Methods in org.webswing.server.services.rest.resources.api that return MetaObject Modifier and Type Method Description MetaObjectManageConfigurationApi. getConfig()Get ConfigMetaObjectManageConfigurationApi. getMeta(Map<String,Object> requestBody)Describe Configuration -
Uses of MetaObject in org.webswing.server.services.rest.resources.model
Methods in org.webswing.server.services.rest.resources.model that return MetaObject Modifier and Type Method Description MetaObjectMetaObject. data(Map<String,Object> data)MetaObjectMetaObject. fields(List<MetaField> fields)MetaObjectMetaObject. message(String message)
-