fun fromConstructor(constructor: ExecutableElement): Value
Creates a Value from the given constructor element. ex:
public class Value { > public Value(int arg1) { ... } }