Class BaseMarshallerBuilder

    • Constructor Detail

      • BaseMarshallerBuilder

        public BaseMarshallerBuilder()
    • Method Detail

      • build

        public Marshaller build​(Set<Class<?>> classes,
                                MarshallingFormat format,
                                ClassLoader classLoader)
        Description copied from interface: MarshallerBuilder
        Based on given parameters builds marshaller instance that matches given format (MarshallingFormat)
        Specified by:
        build in interface MarshallerBuilder
        Parameters:
        classes - optional set of custom classes - can be null
        format - expected type of the marshaller
        classLoader - class loader to be used for this marshaller
        Returns:
        new instance of marshaller