Uses of Class
com.solace.serdes.common.SchemaHeaderId
-
Packages that use SchemaHeaderId Package Description com.solace.serdes.common Provides common serialization and deserialization functionality used across different schema formats. -
-
Uses of SchemaHeaderId in com.solace.serdes.common
Methods in com.solace.serdes.common that return SchemaHeaderId Modifier and Type Method Description static SchemaHeaderId
SchemaHeaderId. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaHeaderId[]
SchemaHeaderId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.solace.serdes.common that return types with arguments of type SchemaHeaderId Modifier and Type Method Description Set<SchemaHeaderId>
SerdeProperties. getSchemaHeaderIdentifiers()
Retrieves the schema header identifiers as specified in the configuration.
-