Interface XmlPluginAllowlistProvider


public interface XmlPluginAllowlistProvider
A provider of classes that should be added to the xml serialization and deserialization allowlist.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Set<String>
    Return names of classes that are allowed to be serialized and deserialized to xml.
  • Method Details

    • getAllowlistedClasses

      @NotNull @NotNull Set<String> getAllowlistedClasses()
      Return names of classes that are allowed to be serialized and deserialized to xml.
      See Also: