Class 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 java.lang.Object
    implements ShapeVisitor<R>
    Creates ShapeVisitor that only requires implementation of all data shape branches, but does not support service shapes.