expressedWith abstract method

Spec<T> expressedWith(
  1. PodExpression<Object> expression
)

Configures the pod using a custom expression.

This allows programmatic or computed pod definitions.

Implementation

Spec<T> expressedWith(PodExpression<Object> expression);