Class ShapeVisitor.DataShapeVisitor<R>

java.lang.Object
software.amazon.smithy.model.shapes.ShapeVisitor.DataShapeVisitor<R>
Type Parameters:
R - Return type.
All Implemented Interfaces:
ShapeVisitor<R>
Enclosing interface:
ShapeVisitor<R>

public abstract static class ShapeVisitor.DataShapeVisitor<R> extends Object implements ShapeVisitor<R>
Creates ShapeVisitor that only requires implementation of all data shape branches, but does not support service shapes.