Class TypeProfileFactory.Profile<T>

java.lang.Object
com.blackrook.rookscript.struct.TypeProfileFactory.Profile<T>
Type Parameters:
T - the class
Enclosing class:
TypeProfileFactory

public static class TypeProfileFactory.Profile<T> extends Object
Type profile for an unknown object that has an ambiguous signature for applying values to POJOs and beans. This only cares about setter methods with one argument and public fields.