Interface BeanProcessorService


  • public interface BeanProcessorService
    A service that helps in using a pure java bean to represent an iKnowBase document. This service is incubating, and may change in the next release.
    • Method Detail

      • getBeanProcessor

        <T> BeanProcessor<T> getBeanProcessor​(Class<T> beanClass)
        Returns a BeanProcessor suitable for working with java beans of a given class
        Parameters:
        beanClass - class of beans to operate on
        Returns:
        a BeanProcessor for the given class
      • getDocumentMapper

        <T> DocumentMapper<T> getDocumentMapper​(Class<T> beanClass)
        Returns a BeanProcessor suitable for working with java beans of a given class
        Parameters:
        beanClass - class of beans to operate on
        Returns:
        a BeanProcessor for the given class