Index

C D E G O R S 
All Classes and Interfaces|All Packages

C

canDecode(ResolvableType, MimeType) - Method in class org.bremersee.xml.http.codec.ReactiveJaxbDecoder
 
canEncode(ResolvableType, MimeType) - Method in class org.bremersee.xml.http.codec.ReactiveJaxbEncoder
 

D

decode(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.xml.http.codec.ReactiveJaxbDecoder
 
decode(DataBuffer, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.xml.http.codec.ReactiveJaxbDecoder
 
decodeToMono(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.xml.http.codec.ReactiveJaxbDecoder
 

E

encode(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.xml.http.codec.ReactiveJaxbEncoder
 
encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.xml.http.codec.ReactiveJaxbEncoder
 

G

getMaxInMemorySize() - Method in class org.bremersee.xml.http.codec.ReactiveJaxbDecoder
Return the configured byte count limit.

O

org.bremersee.xml.http.codec - package org.bremersee.xml.http.codec
 

R

ReactiveJaxbDecoder - Class in org.bremersee.xml.http.codec
Decode from a bytes stream containing XML elements to a stream of Objects (POJOs).
ReactiveJaxbDecoder(JaxbContextBuilder) - Constructor for class org.bremersee.xml.http.codec.ReactiveJaxbDecoder
Instantiates a new reactive jaxb decoder.
ReactiveJaxbDecoder(JaxbContextBuilder, Set<Class<?>>) - Constructor for class org.bremersee.xml.http.codec.ReactiveJaxbDecoder
Instantiates a new Reactive jaxb decoder.
ReactiveJaxbEncoder - Class in org.bremersee.xml.http.codec
Encode from single value to a byte stream containing XML elements.
ReactiveJaxbEncoder(JaxbContextBuilder) - Constructor for class org.bremersee.xml.http.codec.ReactiveJaxbEncoder
Instantiates a new reactive jaxb encoder.
ReactiveJaxbEncoder(JaxbContextBuilder, Set<Class<?>>) - Constructor for class org.bremersee.xml.http.codec.ReactiveJaxbEncoder
Instantiates a new reactive jaxb encoder.

S

setMaxInMemorySize(int) - Method in class org.bremersee.xml.http.codec.ReactiveJaxbDecoder
Set the max number of bytes that can be buffered by this decoder.
C D E G O R S 
All Classes and Interfaces|All Packages