Class TypeProfileFactory.Profile<T>

java.lang.Object
com.blackrook.archetext.struct.TypeProfileFactory.Profile<T>
Type Parameters:
T - the encapsulated type
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.
Author:
Matthew Tropiano