AccessorBuilder

fun interface AccessorBuilder<out T : Accessor<*>>

A builder that can provide an accessor for AccessorHolders.

See also

Functions

Link copied to clipboard
abstract fun build(holder: AccessorHolder, index: Int): T

Provides an Accessor to a holder and index this accessor should be placed in for that holder.

Link copied to clipboard

If several combinations are possible (ex several relations present on an entity), will process them as one list instead of handling each individually.

Link copied to clipboard

Takes the result of another accessor and transforms it.