Uses of Class
com.h2tcoin.takamakachain.utils.Query.QueryBean
-
Packages that use QueryBean Package Description com.h2tcoin.takamakachain.utils.Query -
-
Uses of QueryBean in com.h2tcoin.takamakachain.utils.Query
Methods in com.h2tcoin.takamakachain.utils.Query that return QueryBean Modifier and Type Method Description static QueryBeanQueryHelper. createChainInfoBeanRequest()create a prop state request for chain infostatic QueryBeanQueryHelper. initLoadBlockQuery(String block)create a query containing the passed gson encoded blockMethods in com.h2tcoin.takamakachain.utils.Query with parameters of type QueryBean Modifier and Type Method Description static ChainInfoBeanQueryHelper. decodeQueryResponse(QueryBean qb)returns the query resultObjectwith the correct typestatic <T extends QueryHelper>
TQueryHelper. getQueryResult(QueryBean query)returns a the result of the query as specified by the input parameters
-