public class AnnotationCommandSegmentFactory extends Object implements CommandSegmentFactory
CommandSegmentFactory implementation that creates CommandSegments considering Command and
CommandNaming annotations.| Constructor and Description |
|---|
AnnotationCommandSegmentFactory() |
| Modifier and Type | Method and Description |
|---|---|
CommandSegments |
createCommandSegments(CommandMethod commandMethod)
Create
CommandSegments for a CommandMethod. |
public CommandSegments createCommandSegments(CommandMethod commandMethod)
CommandSegmentFactoryCommandSegments for a CommandMethod.createCommandSegments in interface CommandSegmentFactorycommandMethod - must not be null.CommandSegments.Copyright © 2019 lettuce.io. All rights reserved.