Class ListApiDoc
java.lang.Object
com.cloudimpl.outstack.runtime.EntityQueryHandler<ApiDoc,QueryByIdRequest,SwaggerResource>
com.cloudimpl.outstack.spring.component.swagger.ListApiDoc
public class ListApiDoc extends EntityQueryHandler<ApiDoc,QueryByIdRequest,SwaggerResource>
- Author:
- nuwan
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.EntityQueryHandler
entityType, queryType -
Constructor Summary
Constructors Constructor Description ListApiDoc() -
Method Summary
Modifier and Type Method Description protected SwaggerResourceexecute(EntityQueryContext<ApiDoc> context, QueryByIdRequest query)Methods inherited from class com.cloudimpl.outstack.runtime.EntityQueryHandler
apply, emit, getTenantFunction, validateInputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ListApiDoc
public ListApiDoc()
-
-
Method Details
-
execute
- Specified by:
executein classEntityQueryHandler<ApiDoc,QueryByIdRequest,SwaggerResource>
-