Interface CustomConfigHandler<B>

All Known Implementing Classes:
FileStoresConfigHandler

@ParametersAreNonnullByDefault public interface CustomConfigHandler<B>
TWENTY-318: Moved this from multitenant
Since:
v5.2
  • Method Summary

    Modifier and Type
    Method
    Description
     
    parse(org.dom4j.Element element)
     
    void
    writeTo(org.dom4j.Element element, B b)
     
  • Method Details

    • getBeanClass

      Class<B> getBeanClass()
    • parse

      B parse(org.dom4j.Element element)
    • writeTo

      void writeTo(org.dom4j.Element element, B b)