Package ca.grimoire.formtree.receiver.constructor

Class Summary
ArrayReceiver<T> Receives form elements into an array of some constructible class.
CollectionReceiver<E,T> Supporting behaviour allowing for form receivers that produce collections.
ConstructorReceiver<T> A FormReceiver which populates arbitrary object graphs, rooted at an instance of a specific class.
ListReceiver<T> Receives form elements into an List of some constructible class.
SetReceiver<T> Receives constructible elements into a Set.
StringConstructorReceiver<T> A form receiver that uses constructors with the signature (String).
 



Copyright © 2011 Grimoire Alchymia. All Rights Reserved.