c
pl.touk.nussknacker.engine.schemedkafka.schemaregistry.confluent.client
AvroSchemaWithJsonPayload
Companion object AvroSchemaWithJsonPayload
case class AvroSchemaWithJsonPayload(avroSchema: AvroSchema) extends ParsedSchema with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AvroSchemaWithJsonPayload
- Serializable
- Serializable
- Product
- Equals
- ParsedSchema
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AvroSchemaWithJsonPayload(avroSchema: AvroSchema)
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
- val avroSchema: AvroSchema
-
def
canonicalString(): String
- Definition Classes
- AvroSchemaWithJsonPayload → ParsedSchema
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
deepEquals(arg0: ParsedSchema): Boolean
- Definition Classes
- ParsedSchema
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
formattedString(arg0: String): String
- Definition Classes
- ParsedSchema
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isBackwardCompatible(previousSchema: ParsedSchema): List[String]
- Definition Classes
- AvroSchemaWithJsonPayload → ParsedSchema
-
def
isCompatible(arg0: CompatibilityLevel, arg1: List[_ <: ParsedSchema]): List[String]
- Definition Classes
- ParsedSchema
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name(): String
- Definition Classes
- AvroSchemaWithJsonPayload → ParsedSchema
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalize(): ParsedSchema
- Definition Classes
- ParsedSchema
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
rawSchema(): Schema
- Definition Classes
- AvroSchemaWithJsonPayload → ParsedSchema
-
def
references(): List[SchemaReference]
- Definition Classes
- AvroSchemaWithJsonPayload → ParsedSchema
-
def
schemaType(): String
- Definition Classes
- AvroSchemaWithJsonPayload → ParsedSchema
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
validate(): Unit
- Definition Classes
- ParsedSchema
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.