Interface GenericTranslator<R extends GenericIntegrationResponse, D extends GenericIntegrationDTO>
- Type Parameters:
R- child ofGenericIntegrationResponseD- child ofGenericIntegrationDTO
- All Known Implementing Classes:
ForexFactoryMarketEventResponseTranslator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface GenericTranslator<R extends GenericIntegrationResponse, D extends GenericIntegrationDTO>
General translator that translates a
GenericIntegrationResponse into a GenericIntegrationDTO.- Version:
- 1.0.5
- Author:
- Stephen Prizio
-
Method Summary
-
Method Details
-
translate
-
translateAll
-