Interface SimpleObjectConverter


public interface SimpleObjectConverter
SimpleObjectConverter which is responsible for basic Object-JCR Node mapping.
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    getObject(Session session, String path)
    Returns a mapped object for the JCR node indicated by the path.
  • Method Details

    • getObject

      Object getObject(Session session, String path)
      Returns a mapped object for the JCR node indicated by the path.
      Parameters:
      session -
      path -
      Returns:
      a mapped object for the JCR node indicated by the path.