Interface OutcomeHelper
- All Known Implementing Classes:
OutcomeHelperImpl
@Internal
public interface OutcomeHelper
-
Method Summary
Modifier and TypeMethodDescription<T> ServiceOutcome
<T> errorOutcome
(ServiceOutcome<?> serviceOutcome) <T> ServiceOutcome
<T> errorOutcome
(ErrorCollection errorCollection) <T> ServiceOutcome
<T> errorOutcome
(String messageKey, Object... params) <T> ServiceOutcome
<T> okOutcome
(T object)
-
Method Details
-
errorOutcome
-
errorOutcome
-
errorOutcome
-
okOutcome
-