S
- Settings object used to configure code generation.public abstract class Directive<S>
extends java.lang.Object
DirectedCodegen
implementation.Modifier and Type | Method and Description |
---|---|
java.util.Map<ShapeId,Shape> |
connectedShapes() |
Model |
model() |
java.util.Set<OperationShape> |
operations()
Gets a set of all operation shapes in the service, sorted by name.
|
ServiceShape |
service() |
S |
settings() |
public final Model model()
public final S settings()
public final ServiceShape service()
public final java.util.Map<ShapeId,Shape> connectedShapes()
public java.util.Set<OperationShape> operations()
This includes operations contained in resources in the closure of the service.