Class QueryParam
- java.lang.Object
-
- io.naradrama.prologue.domain.cqrs.query.dynamic.QueryParam
-
- All Implemented Interfaces:
JsonSerializable
public class QueryParam extends java.lang.Object implements JsonSerializable
-
-
Constructor Summary
Constructors Constructor Description QueryParam()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)static QueryParamsample()java.lang.StringtoSqlString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.naradrama.prologue.util.json.JsonSerializable
toJson, toPrettyJson
-
-
-
-
Method Detail
-
toSqlString
public java.lang.String toSqlString()
-
sample
public static QueryParam sample()
-
main
public static void main(java.lang.String[] args)
-
-