value-processor / me.tatarka.valueprocessor / ValueCreator / from

from

fun from(element: Element, isBuilder: Boolean = false): Value

Creates a Value from the given element. This element can be the TypeElement of the target class, or a specific constructor or factory method. If isBuilder is true, then the element represents the builder class, constructor or factory method.