- beginExtensions() - Method in interface io.cloudevents.format.BinaryUnmarshaller.ExtensionsStepBegin
-
Starts the configuration for extensions unmarshal
- binary() - Static method in class io.cloudevents.v02.http.Marshallers
-
Builds a Binary Content Mode marshaller to marshal cloud events as JSON for
HTTP Transport Binding
- binary(Class<T>) - Static method in class io.cloudevents.v02.http.Unmarshallers
-
Builds a Binary Content Mode unmarshaller to unmarshal JSON as CloudEvents data
for HTTP Transport Binding
- binary() - Static method in class io.cloudevents.v03.http.Marshallers
-
Builds a Binary Content Mode marshaller to marshal cloud events as JSON for
HTTP Transport Binding
- binary(Class<T>) - Static method in class io.cloudevents.v03.http.Unmarshallers
-
Builds a Binary Content Mode unmarshaller to unmarshal JSON as CloudEvents data
for HTTP Transport Binding
- binaryDecodeValue(byte[], Class<T>) - Static method in class io.cloudevents.json.Json
-
- binaryDecodeValue(byte[], Class<?>, Class<?>...) - Static method in class io.cloudevents.json.Json
-
Example of use:
- binaryEncode(Object) - Static method in class io.cloudevents.json.Json
-
Encode a POJO to JSON using the underlying Jackson mapper.
- BinaryFormatAttributeMapper - Interface in io.cloudevents.fun
-
- binaryMarshal(T, Map<String, H>) - Static method in class io.cloudevents.json.Json
-
Marshalls the 'data' value as JSON, producing a byte array
- BinaryMarshaller - Class in io.cloudevents.format
-
- BinaryMarshaller.AttributeMarshalStep<A extends Attributes,T,P,H> - Interface in io.cloudevents.format
-
- BinaryMarshaller.BuilderStep<A extends Attributes,T,P,H> - Interface in io.cloudevents.format
-
- BinaryMarshaller.DataMarshallerStep<A extends Attributes,T,P,H> - Interface in io.cloudevents.format
-
- BinaryMarshaller.ExtensionsAccessorStep<A extends Attributes,T,P,H> - Interface in io.cloudevents.format
-
- BinaryMarshaller.ExtensionsStep<A extends Attributes,T,P,H> - Interface in io.cloudevents.format
-
- BinaryMarshaller.HeaderMapStep<A extends Attributes,T,P,H> - Interface in io.cloudevents.format
-
- binaryUmarshaller(Class<T>) - Static method in class io.cloudevents.json.Json
-
Unmarshals a byte array into T type
- BinaryUnmarshaller - Class in io.cloudevents.format
-
- BinaryUnmarshaller.AttributeMapStep<A extends Attributes,T,P> - Interface in io.cloudevents.format
-
- BinaryUnmarshaller.AttributeUmarshallStep<A extends Attributes,T,P> - Interface in io.cloudevents.format
-
- BinaryUnmarshaller.BuilderStep<A extends Attributes,T,P> - Interface in io.cloudevents.format
-
- BinaryUnmarshaller.DataUnmarshallerStep<A extends Attributes,T,P> - Interface in io.cloudevents.format
-
- BinaryUnmarshaller.ExtensionsMapStep<A extends Attributes,T,P> - Interface in io.cloudevents.format
-
- BinaryUnmarshaller.ExtensionsStep<A extends Attributes,T,P> - Interface in io.cloudevents.format
-
- BinaryUnmarshaller.ExtensionsStepBegin<A extends Attributes,T,P> - Interface in io.cloudevents.format
-
- build() - Method in interface io.cloudevents.Builder
-
- build(CloudEvent<A, T>, String, TT) - Method in interface io.cloudevents.Builder
-
To build a brand new instance of
CloudEvent with another
type of 'data'
- build(T, A, Collection<ExtensionFormat>) - Method in interface io.cloudevents.fun.EventBuilder
-
Builds a new event using 'data', 'attributes' and 'extensions'
- build(P, Map<K, V>) - Method in interface io.cloudevents.fun.WireBuilder
-
Builds a wire format
- build(String, URI, String, String, ZonedDateTime, URI, String) - Static method in class io.cloudevents.v02.AttributesImpl
-
- build(T, AttributesImpl, Collection<ExtensionFormat>) - Method in class io.cloudevents.v02.CloudEventBuilder
-
- build() - Method in class io.cloudevents.v02.CloudEventBuilder
-
- build(CloudEvent<AttributesImpl, T>, String, TT) - Method in class io.cloudevents.v02.CloudEventBuilder
-
To build a brand new instance of
CloudEvent with another
type of 'data'
- build(String, URI, String, String, ZonedDateTime, URI, String, T) - Static method in class io.cloudevents.v02.CloudEventImpl
-
- build(String, URI, String, String, ZonedDateTime, URI, String, String, String) - Static method in class io.cloudevents.v03.AttributesImpl
-
Used by the Jackson framework to unmarshall.
- build(T, AttributesImpl, Collection<ExtensionFormat>) - Method in class io.cloudevents.v03.CloudEventBuilder
-
- build() - Method in class io.cloudevents.v03.CloudEventBuilder
-
- build(String, URI, String, String, ZonedDateTime, URI, String, String, String, T) - Static method in class io.cloudevents.v03.CloudEventImpl
-
Used by the Jackson Framework to unmarshall.
- Builder<A extends Attributes,T> - Interface in io.cloudevents
-
- builder() - Static method in class io.cloudevents.format.BinaryMarshaller
-
Gets a new builder instance
- builder(WireBuilder<P, String, H>) - Method in interface io.cloudevents.format.BinaryMarshaller.BuilderStep
-
Builds the
Wire to use for wire transfer
- builder() - Static method in class io.cloudevents.format.BinaryUnmarshaller
-
Gets a new builder instance
- builder(EventBuilder<T, A>) - Method in interface io.cloudevents.format.BinaryUnmarshaller.BuilderStep
-
- builder() - Static method in class io.cloudevents.format.StructuredMarshaller
-
- builder() - Static method in class io.cloudevents.format.StructuredUnmarshaller
-
- builder() - Static method in class io.cloudevents.v02.CloudEventBuilder
-
Gets a brand new builder instance
- builder(CloudEvent<AttributesImpl, T>) - Static method in class io.cloudevents.v02.CloudEventBuilder
-
- builder() - Static method in class io.cloudevents.v03.CloudEventBuilder
-
Gets a brand new builder instance
- builder(CloudEvent<AttributesImpl, T>) - Static method in class io.cloudevents.v03.CloudEventBuilder
-