Package org.hamcrest.generator

Interface Summary
FactoryWriter Writes syntactic sugar code for factories.
SugarConfiguration  
 

Class Summary
EasyMock2FactoryWriter FactoryWriter that outputs Java code which simply delegates all factory methods to factory methods elsewhere.
FactoryMethod Represents a Matcher Factory method.
FactoryMethod.Parameter Represents a parameter passed to a factory method.
HamcrestFactoryWriter FactoryWriter that outputs Java code which simply delegates all Hamcrest factory methods to factory methods elsewhere.
QDox Wraps QDox library.
QDoxFactoryReader Wraps an existing sequence of FactoryMethods, and attempts to pull in parameter names and JavaDoc (which aren't available using reflection) using QDox.
QuickReferenceWriter Dumps a quick list of factory methods.
ReflectiveFactoryReader Reads a list of Hamcrest factory methods from a class, using standard Java reflection.
SugarGenerator API for syntactic sugar and wrapper code generation framework.