Uses of Enum Class
io.cloudevents.core.format.ContentType
Packages that use ContentType
-
Uses of ContentType in io.cloudevents.core.format
Methods in io.cloudevents.core.format that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeReturns the enum constant of this class with the specified name.static ContentType[]ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ContentType in io.cloudevents.core.provider
Methods in io.cloudevents.core.provider with parameters of type ContentTypeModifier and TypeMethodDescriptionEventFormatProvider.resolveFormat(ContentType contentType) Resolve an event format starting from the content type.