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

fromConstructor

fun fromConstructor(constructor: ExecutableElement): Value

Creates a Value from the given constructor element. ex:

public class Value {
>   public Value(int arg1) { ... }
}