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

fromClass

fun fromClass(targetClass: TypeElement): Value

Creates a Value from the given class. ex:

> public class Value { ... }