java.lang.Object
org.dotwebstack.framework.core.backend.query.AbstractObjectMapper<
Map<
String,
Object>>
org.dotwebstack.framework.backend.postgres.query.ObjectMapper
- All Implemented Interfaces:
Function<Map<String,Object>,Map<String,Object>>, org.dotwebstack.framework.core.backend.query.FieldMapper<Map<String,Object>,Map<String,Object>>, org.dotwebstack.framework.core.backend.query.ObjectFieldMapper<Map<String,Object>>
public class ObjectMapper
extends org.dotwebstack.framework.core.backend.query.AbstractObjectMapper<Map<String,Object>>
-
Field Summary
Fields inherited from class org.dotwebstack.framework.core.backend.query.AbstractObjectMapper
fieldMappers, JSON
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class org.dotwebstack.framework.core.backend.query.AbstractObjectMapper
getFieldMapper, getFieldMappers, getLeafFieldMapper, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ObjectMapper
public ObjectMapper()
-
ObjectMapper
public ObjectMapper(String alias)
-
-