Object SpringRs2tTypeOfCode
-
- All Implemented Interfaces:
public class SpringRs2tTypeOfCode
-
-
Field Summary
Fields Modifier and Type Field Description private final static TypeOfCode<List<Operation>>REST_CLIENTprivate final static TypeOfCode<List<Operation>>REST_CLIENT_IMPLprivate final static TypeOfCode<List<Operation>>REST_CONTROLLER_MOprivate final static TypeOfCode<Operation>REST_CONTROLLERprivate final static TypeOfCode<List<Operation>>FACADEprivate final static TypeOfCode<List<Operation>>FACADE_IMPLprivate final static TypeOfCode<EnumType>ENUMprivate final static TypeOfCode<ObjectType>DTOprivate final static TypeOfCode<HttpRequestSchema>REQUEST_DTOprivate final static TypeOfCode<Operation>RESPONSE_DTOprivate final static TypeOfCode<ObjectType>REST_MAPPERprivate final static TypeOfCode<HttpRequestSchema>REQUEST_MAPPERprivate final static TypeOfCode<Operation>RESPONSE_MAPPERprivate final static TypeOfCode<HttpRequestSchema>REST_REQUEST_DTOprivate final static TypeOfCode<ObjectType>REST_DTOpublic final static SpringRs2tTypeOfCodeINSTANCE
-
Method Summary
Modifier and Type Method Description final static TypeOfCode<List<Operation>>getREST_CLIENT()final static TypeOfCode<List<Operation>>getREST_CLIENT_IMPL()final static TypeOfCode<List<Operation>>getREST_CONTROLLER_MO()final static TypeOfCode<Operation>getREST_CONTROLLER()final static TypeOfCode<List<Operation>>getFACADE()final static TypeOfCode<List<Operation>>getFACADE_IMPL()final static TypeOfCode<EnumType>getENUM()final static TypeOfCode<ObjectType>getDTO()final static TypeOfCode<HttpRequestSchema>getREQUEST_DTO()final static TypeOfCode<Operation>getRESPONSE_DTO()final static TypeOfCode<ObjectType>getREST_MAPPER()final static TypeOfCode<HttpRequestSchema>getREQUEST_MAPPER()final static TypeOfCode<Operation>getRESPONSE_MAPPER()final static TypeOfCode<HttpRequestSchema>getREST_REQUEST_DTO()final static TypeOfCode<ObjectType>getREST_DTO()-
-
Method Detail
-
getREST_CLIENT
final static TypeOfCode<List<Operation>> getREST_CLIENT()
-
getREST_CLIENT_IMPL
final static TypeOfCode<List<Operation>> getREST_CLIENT_IMPL()
-
getREST_CONTROLLER_MO
final static TypeOfCode<List<Operation>> getREST_CONTROLLER_MO()
-
getREST_CONTROLLER
final static TypeOfCode<Operation> getREST_CONTROLLER()
-
getFACADE
final static TypeOfCode<List<Operation>> getFACADE()
-
getFACADE_IMPL
final static TypeOfCode<List<Operation>> getFACADE_IMPL()
-
getENUM
final static TypeOfCode<EnumType> getENUM()
-
getDTO
final static TypeOfCode<ObjectType> getDTO()
-
getREQUEST_DTO
final static TypeOfCode<HttpRequestSchema> getREQUEST_DTO()
-
getRESPONSE_DTO
final static TypeOfCode<Operation> getRESPONSE_DTO()
-
getREST_MAPPER
final static TypeOfCode<ObjectType> getREST_MAPPER()
-
getREQUEST_MAPPER
final static TypeOfCode<HttpRequestSchema> getREQUEST_MAPPER()
-
getRESPONSE_MAPPER
final static TypeOfCode<Operation> getRESPONSE_MAPPER()
-
getREST_REQUEST_DTO
final static TypeOfCode<HttpRequestSchema> getREST_REQUEST_DTO()
-
getREST_DTO
final static TypeOfCode<ObjectType> getREST_DTO()
-
-
-
-