Interface IPojoComponentFeature


  • public interface IPojoComponentFeature
    Feature to retrieve a pojo for the component.
    • Method Detail

      • getPojoAgent

        java.lang.Object getPojoAgent()
        Get the POJO agent object.
        Returns:
        The pojo agent.
      • getPojoAgent

        <T> T getPojoAgent​(java.lang.Class<T> pojoclass)
        Get the POJO agent object casted to the pojo class.
        Returns:
        The pojo agent.