Uses of Enum
io.debezium.converters.CloudEventsConverterConfig.MetadataLocationValue
Packages that use CloudEventsConverterConfig.MetadataLocationValue
-
Uses of CloudEventsConverterConfig.MetadataLocationValue in io.debezium.converters
Fields in io.debezium.converters declared as CloudEventsConverterConfig.MetadataLocationValueModifier and TypeFieldDescriptionprivate final CloudEventsConverterConfig.MetadataLocationValueCloudEventsConverterConfig.MetadataLocation.globalprivate final CloudEventsConverterConfig.MetadataLocationValueCloudEventsConverterConfig.MetadataLocation.idprivate final CloudEventsConverterConfig.MetadataLocationValueCloudEventsConverterConfig.MetadataLocation.typeMethods in io.debezium.converters that return CloudEventsConverterConfig.MetadataLocationValueModifier and TypeMethodDescriptionCloudEventsConverterConfig.MetadataLocation.global()CloudEventsConverterConfig.MetadataLocation.id()Determine if the supplied values is one of the predefined optionsCloudEventsConverterConfig.MetadataLocation.type()Returns the enum constant of this type with the specified name.CloudEventsConverterConfig.MetadataLocationValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.converters with parameters of type CloudEventsConverterConfig.MetadataLocationValueModifierConstructorDescriptionMetadataLocation(CloudEventsConverterConfig.MetadataLocationValue global, CloudEventsConverterConfig.MetadataLocationValue id, CloudEventsConverterConfig.MetadataLocationValue type) -
Uses of CloudEventsConverterConfig.MetadataLocationValue in io.debezium.converters.recordandmetadata
Methods in io.debezium.converters.recordandmetadata with parameters of type CloudEventsConverterConfig.MetadataLocationValueModifier and TypeMethodDescriptionprivate <T> TRecordAndMetadataHeaderImpl.getValueFromHeaderOrByDefault(CloudEventsConverterConfig.MetadataLocationValue metadataLocationValue, String headerName, Boolean headerIsOptional, Supplier<T> headerCaseDefaultSupplier, Supplier<T> defaultSupplier)