Class AbstractColumnOutputter<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 this assertion (an sub-class of AbstractColumnOutputter).
CV - The class of this assertion on the value (an sub-class of AbstractColumnValueOutputter).
R - The class of the equivalent row assertion (an sub-class of AbstractRowOutputter).
RV - The class of the equivalent row assertion on the value (an sub-class of AbstractRowValueOutputter).
All Implemented Interfaces:
org.assertj.core.api.Descriptable<C>, ColumnElement, Element, Navigation, Origin, OriginWithColumnsAndRows<C,R>, ToColumn<C>, ToRow<R>, ToValue<CV>
Direct Known Subclasses:
RequestColumnOutputter, TableColumnOutputter

public abstract class AbstractColumnOutputter<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,C,CV,C,CV,R,RV> implements ColumnElement
Base class for all Columns outputs.
Author:
Régis Pouiller