Class InterfaceDefaultOptions

    • Method Detail

      • defaults

        public static ConfigurationOptions defaults()
        The default ConfigurationOptions with InterfaceTypeSerializer added to the serializers.
        Returns:
        the default ConfigurationOptions with InterfaceTypeSerializer added to the serializers.
        Since:
        4.2.0
      • addTo

        public static ConfigurationOptions addTo​(ConfigurationOptions options)
        Sets the default configuration options to be used by the resultant loader by providing a function which takes interface's default serializer collection and applies any desired changes.
        Parameters:
        options - to transform the existing default options
        Returns:
        the default options with the applied changes
        Since:
        4.2.0