Uses of Interface
org.bremersee.xml.JaxbContextBuilder
Packages that use JaxbContextBuilder
Package
Description
-
Uses of JaxbContextBuilder in org.bremersee.xml
Methods in org.bremersee.xml that return JaxbContextBuilderModifier and TypeMethodDescriptionJaxbContextBuilder.add(JaxbContextMember data) Add jaxb context meta-data to the jaxb context builder.default JaxbContextBuilderJaxbContextBuilder.addAll(Iterable<? extends JaxbContextMember> data) Add all jaxb context meta-data to the jaxb context builder.default JaxbContextBuilderJaxbContextBuilder.addAll(Iterator<? extends JaxbContextMember> data) Add all jaxb context meta-data to the jaxb context builder.JaxbContextBuilder.copy()Copy jaxb context builder.JaxbContextBuilder.initJaxbContext()Inits default jaxb context.static JaxbContextBuilderJaxbContextBuilder.newInstance()Creates a new jaxb context builder.default JaxbContextBuilderJaxbContextBuilder.process(JaxbContextDataProvider dataProvider) Process the jaxb context meta-data provider and add its data to the jaxb context builder.default JaxbContextBuilderJaxbContextBuilder.processAll(Iterable<? extends JaxbContextDataProvider> dataProviders) Process the jaxb context meta-data providers and add their data to the jaxb context builder.default JaxbContextBuilderJaxbContextBuilder.processAll(Iterator<? extends JaxbContextDataProvider> dataProviders) Process the jaxb context meta-data providers and add their data to the jaxb context builder.JaxbContextBuilder.withAttachmentMarshaller(jakarta.xml.bind.attachment.AttachmentMarshaller attachmentMarshaller) Set attachment marshaller.JaxbContextBuilder.withAttachmentUnmarshaller(jakarta.xml.bind.attachment.AttachmentUnmarshaller attachmentUnmarshaller) Set attachment unmarshaller.JaxbContextBuilder.withContextClassLoader(ClassLoader classLoader) Specifies the class loader to use.JaxbContextBuilder.withDependenciesResolver(JaxbDependenciesResolver resolver) Specifies the dependencies-resolver to use.JaxbContextBuilder.withFormattedOutput(boolean formattedOutput) Specify whether the xml output should be formatted or not.JaxbContextBuilder.withSchemaBuilder(SchemaBuilder schemaBuilder) Specifies the schema builder to generate the schema.JaxbContextBuilder.withSchemaMode(SchemaMode schemaMode) Specifies whether to add a schema to the marshaller or unmarshaller.JaxbContextBuilder.withValidationEventHandler(jakarta.xml.bind.ValidationEventHandler validationEventHandler) Set validation event handler of marshaller and unmarshaller.JaxbContextBuilder.withXmlAdapters(Collection<? extends jakarta.xml.bind.annotation.adapters.XmlAdapter<?, ?>> xmlAdapters) Sets xml adapters of marshaller and unmarshaller. -
Uses of JaxbContextBuilder in org.bremersee.xml.http.codec
Constructors in org.bremersee.xml.http.codec with parameters of type JaxbContextBuilderModifierConstructorDescriptionReactiveJaxbDecoder(JaxbContextBuilder jaxbContextBuilder) Instantiates a new reactive jaxb decoder.ReactiveJaxbDecoder(JaxbContextBuilder jaxbContextBuilder, Set<Class<?>> ignoreReadingClasses) Instantiates a new Reactive jaxb decoder.ReactiveJaxbEncoder(JaxbContextBuilder jaxbContextBuilder) Instantiates a new reactive jaxb encoder.ReactiveJaxbEncoder(JaxbContextBuilder jaxbContextBuilder, Set<Class<?>> ignoreWritingClasses) Instantiates a new reactive jaxb encoder. -
Uses of JaxbContextBuilder in org.bremersee.xml.http.converter
Constructors in org.bremersee.xml.http.converter with parameters of type JaxbContextBuilderModifierConstructorDescriptionJaxb2HttpMessageConverter(JaxbContextBuilder jaxbContextBuilder) Instantiates a new jaxb http message converter.Jaxb2HttpMessageConverter(JaxbContextBuilder jaxbContextBuilder, Set<Class<?>> ignoreReadingClasses, Set<Class<?>> ignoreWritingClasses) Instantiates a new Jaxb 2 http message converter. -
Uses of JaxbContextBuilder in org.bremersee.xml.spring.boot
Methods in org.bremersee.xml.spring.boot that return JaxbContextBuilderModifier and TypeMethodDescriptionJaxbContextBuilderAutoConfiguration.jaxbContextBuilder(List<JaxbContextBuilderConfigurer> configurers) Creates jaxb context builder bean.Methods in org.bremersee.xml.spring.boot with parameters of type JaxbContextBuilderModifier and TypeMethodDescriptionvoidJaxbContextBuilderConfigurer.configure(JaxbContextBuilder jaxbContextBuilder) Configure jaxb context builder. -
Uses of JaxbContextBuilder in org.bremersee.xml.spring.boot.http.codec
Constructor parameters in org.bremersee.xml.spring.boot.http.codec with type arguments of type JaxbContextBuilderModifierConstructorDescriptionJaxb2HttpMessageCodecAutoConfiguration(org.springframework.beans.factory.ObjectProvider<JaxbContextBuilder> jaxbContextBuilder, org.springframework.beans.factory.ObjectProvider<JaxbReadWriteConfigurer> readWriteConfigurers) Instantiates a new Jaxb 2 http message codec autoconfiguration. -
Uses of JaxbContextBuilder in org.bremersee.xml.spring.boot.http.converter
Methods in org.bremersee.xml.spring.boot.http.converter with parameters of type JaxbContextBuilderModifier and TypeMethodDescriptionJaxb2HttpMessageConverterAutoConfiguration.jaxb2HttpMessageConverter(JaxbContextBuilder jaxbContextBuilder, org.springframework.beans.factory.ObjectProvider<JaxbReadWriteConfigurer> readWriteConfigurers) Creates jaxb http message converter bean.