object ToTypeVisitor extends ShapeVisitor[Option[Type]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToTypeVisitor
- ShapeVisitor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bigDecimalShape(shape: BigDecimalShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def bigIntegerShape(shape: BigIntegerShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def blobShape(shape: BlobShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def booleanShape(shape: BooleanShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def byteShape(shape: ByteShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def documentShape(shape: DocumentShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def doubleShape(shape: DoubleShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def enumShape(shape: EnumShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def floatShape(shape: FloatShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def intEnumShape(shape: IntEnumShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def integerShape(shape: IntegerShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listShape(shape: ListShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def longShape(shape: LongShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def mapShape(shape: MapShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def memberShape(shape: MemberShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def operationShape(shape: OperationShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def prim(primitive: Primitive, shape: Shape): Option[Type]
- def resourceShape(shape: ResourceShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def serviceShape(shape: ServiceShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def shortShape(shape: ShortShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def stringShape(shape: StringShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def structureShape(shape: StructureShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timestampShape(shape: TimestampShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unionShape(shape: UnionShape): Option[Type]
- Definition Classes
- ToTypeVisitor → ShapeVisitor
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])