Class AbstractOutputterWithOriginWithColumnsAndRows<E extends AbstractOutputterWithOriginWithColumnsAndRows<E,O,D,A,C,CV,R,RV>,O extends OriginWithColumnsAndRows<C,R>,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>>

java.lang.Object
org.assertj.db.global.AbstractElement<E>
org.assertj.db.output.AbstractOutputter<E>
org.assertj.db.output.AbstractOutputterWithOrigin<E,O>
org.assertj.db.output.AbstractOutputterWithOriginWithColumnsAndRows<E,O,D,A,C,CV,R,RV>
Type Parameters:
E - The "self" type of this assertion class. Please read "Emulating 'self types' using Java Generics to simplify fluent API implementation" for more details.
O - The type of the assertion class of Origin.
D - The class of the actual value (an sub-class of AbstractDbData).
A - The class of the original assert (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 assert (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<E>, Navigation, ToColumn<C>, ToRow<R>
Direct Known Subclasses:
AbstractSubOutputter, AbstractValueOutputter

public abstract class AbstractOutputterWithOriginWithColumnsAndRows<E extends AbstractOutputterWithOriginWithColumnsAndRows<E,O,D,A,C,CV,R,RV>,O extends OriginWithColumnsAndRows<C,R>,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 AbstractOutputterWithOrigin<E,O> implements ToColumn<C>, ToRow<R>
Base class for all outputs with an Origin and have Columns and Rows.
Author:
Régis Pouiller