Visitor

smithy4s.dynamic.model.Shape.Visitor
See theVisitor companion object
trait Visitor[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Default[A]

Members list

Value members

Abstract methods

def _enum(value: EnumShape): A
def bigDecimal(value: BigDecimalShape): A
def bigInteger(value: BigIntegerShape): A
def blob(value: BlobShape): A
def boolean(value: BooleanShape): A
def byte(value: ByteShape): A
def document(value: DocumentShape): A
def double(value: DoubleShape): A
def float(value: FloatShape): A
def intEnum(value: IntEnumShape): A
def integer(value: IntegerShape): A
def list(value: ListShape): A
def long(value: LongShape): A
def map(value: MapShape): A
def operation(value: OperationShape): A
def resource(value: ResourceShape): A
def service(value: ServiceShape): A
def set(value: SetShape): A
def short(value: ShortShape): A
def string(value: StringShape): A
def structure(value: StructureShape): A
def timestamp(value: TimestampShape): A
def union(value: UnionShape): A