fun fromBuilderConstructor(constructor: ExecutableElement): Value
Creates a Value from the given builder's constructor element. ex:
public class Builder { > public Builder() { ... } public Value build() { ... } }