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

fromFactory

fun fromFactory(factory: ExecutableElement): Value

Creates a Value from the given factory method element. ex:

public class Value {
>   public static Value create(int arg) { ... }
}