Interface RestModelMapper<R,S>
- All Known Implementing Classes:
RestRuleSimpleConditionModelMapper
-
Method Summary
Modifier and TypeMethodDescriptiondefault RtoRestModel(Collection<S> serviceModels) toRestModel(S serviceModel) toRestModels(Collection<S> serviceModels) default StoServiceModel(Collection<R> restModels) toServiceModel(R restModel) toServiceModels(Collection<R> restModels)
-
Method Details
-
toRestModel
-
toServiceModel
-
toRestModel
-
toServiceModel
-
toRestModels
-
toServiceModels
-