ProductInData

final case class ProductInData(getters: ListMap[String, Getter[_]])

Stores information how each attribute/getter could be extracted from In value

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def findGetter(inParamName: String, outParamName: String, caseInsensitiveSearch: Boolean): DerivationResult[Getter[_]]
def findIndex(index: Int, outParamName: String): DerivationResult[Getter[_]]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product