Object SpringRsTypeOfCode
-
- All Implemented Interfaces:
public class SpringRsTypeOfCode
-
-
Field Summary
Fields Modifier and Type Field Description private final static TypeOfCode<EnumType>ENUMprivate final static TypeOfCode<ObjectType>DTOprivate final static TypeOfCode<HttpRequestSchema>REQUEST_DTOprivate final static TypeOfCode<Operation>OPERATION_EXECUTORprivate final static TypeOfCode<Operation>OPERATION_EXECUTOR_IMPLprivate final static TypeOfCode<List<Operation>>FACADEprivate final static TypeOfCode<List<Operation>>FACADE_IMPLprivate final static TypeOfCode<Operation>REST_CONTROLLERprivate final static TypeOfCode<List<Operation>>CLIENTprivate final static TypeOfCode<List<Operation>>CLIENT_IMPLprivate final static TypeOfCode<RestApi>REST_CLIENT_PROVIDERprivate final static TypeOfCode<ObjectType>TEST_DATA_PROVIDERpublic final static SpringRsTypeOfCodeINSTANCE
-
Method Summary
Modifier and Type Method Description final static TypeOfCode<EnumType>getENUM()final static TypeOfCode<ObjectType>getDTO()final static TypeOfCode<HttpRequestSchema>getREQUEST_DTO()final static TypeOfCode<Operation>getOPERATION_EXECUTOR()final static TypeOfCode<Operation>getOPERATION_EXECUTOR_IMPL()final static TypeOfCode<List<Operation>>getFACADE()final static TypeOfCode<List<Operation>>getFACADE_IMPL()final static TypeOfCode<Operation>getREST_CONTROLLER()final static TypeOfCode<List<Operation>>getCLIENT()final static TypeOfCode<List<Operation>>getCLIENT_IMPL()final static TypeOfCode<RestApi>getREST_CLIENT_PROVIDER()final static TypeOfCode<ObjectType>getTEST_DATA_PROVIDER()-
-
Method Detail
-
getENUM
final static TypeOfCode<EnumType> getENUM()
-
getDTO
final static TypeOfCode<ObjectType> getDTO()
-
getREQUEST_DTO
final static TypeOfCode<HttpRequestSchema> getREQUEST_DTO()
-
getOPERATION_EXECUTOR
final static TypeOfCode<Operation> getOPERATION_EXECUTOR()
-
getOPERATION_EXECUTOR_IMPL
final static TypeOfCode<Operation> getOPERATION_EXECUTOR_IMPL()
-
getFACADE
final static TypeOfCode<List<Operation>> getFACADE()
-
getFACADE_IMPL
final static TypeOfCode<List<Operation>> getFACADE_IMPL()
-
getREST_CONTROLLER
final static TypeOfCode<Operation> getREST_CONTROLLER()
-
getCLIENT
final static TypeOfCode<List<Operation>> getCLIENT()
-
getCLIENT_IMPL
final static TypeOfCode<List<Operation>> getCLIENT_IMPL()
-
getREST_CLIENT_PROVIDER
final static TypeOfCode<RestApi> getREST_CLIENT_PROVIDER()
-
getTEST_DATA_PROVIDER
final static TypeOfCode<ObjectType> getTEST_DATA_PROVIDER()
-
-
-
-