- All Known Implementing Classes:
AnnotationCommandSegmentFactory
public interface CommandSegmentFactory
Strategy interface to create
CommandSegments for a CommandMethod.- Since:
- 5.0
- Author:
- Mark Paluch
-
Method Summary
Modifier and Type Method Description CommandSegmentscreateCommandSegments(CommandMethod commandMethod)CreateCommandSegmentsfor aCommandMethod.
-
Method Details
-
createCommandSegments
CreateCommandSegmentsfor aCommandMethod.- Parameters:
commandMethod- must not benull.- Returns:
- the
CommandSegments.
-