Class AbstractRowOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<D,A,C,CV,R,RV>>

Type Parameters:
D - The class of the actual value (an sub-class of AbstractDbData).
A - The class of the original assertion (an sub-class of AbstractDbOutputter).
C - The class of the equivalent column assertion (an sub-class of AbstractColumnOutputter).
CV - The class of the equivalent column assertion on the value (an sub-class of AbstractColumnValueOutputter ).
R - The class of this assertion (an sub-class of AbstractRowOutputter).
RV - The class of this assertion on the value (an sub-class of AbstractRowValueOutputter).
All Implemented Interfaces:
org.assertj.core.api.Descriptable<R>, Element, RowElement, Navigation, Origin, OriginWithColumnsAndRows<C,R>, ToColumn<C>, ToRow<R>, ToValue<RV>, ToValueFromRow<RV>
Direct Known Subclasses:
RequestRowOutputter, TableRowOutputter

public abstract class AbstractRowOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<D,A,C,CV,R,RV>> extends AbstractSubOutputter<D,A,R,RV,C,CV,R,RV> implements RowElement, ToValueFromRow<RV>
Base class for all Rows outputs.
Author:
Régis Pouiller