Interface NestedOutputMapping
-
- All Known Implementing Classes:
BaseNestedOutputMapping
public interface NestedOutputMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ServiceOutputParameter>
getOutputParameters()
String
getReferenceServiceDefinitionKey()
-
-
-
Method Detail
-
getReferenceServiceDefinitionKey
String getReferenceServiceDefinitionKey()
-
getOutputParameters
List<ServiceOutputParameter> getOutputParameters()
-
-