|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IHandler | |
|---|---|
| org.org.usurper | This root package contains the basic classes you'll interact with as a user of Usurper. |
| org.org.usurper.handlers.additional | This package contains additional handlers (dealing with more complex subjects than the basic types provided in the java language). |
| org.org.usurper.handlers.basic | This package contains the basic abstract classes for the handling of types, and the Handlers needed for specific language constructs (Arrays, Enums...) |
| org.org.usurper.handlers.defaults | This package contains the default handlers for basic types from the java language. |
| org.org.usurper.handlers.sql | This package contains handlers for the types from java.sql package. |
| org.org.usurper.setup | This package contains all the class related to the Usurper Generator setup. |
| Uses of IHandler in org.org.usurper |
|---|
| Methods in org.org.usurper that return types with arguments of type IHandler | |
|---|---|
java.util.Map<ITargetDefinition,IHandler> |
UsurperGenerator.getAllHandlers()
Deprecated. prefer the use of the UsurperGeneratorSetup |
| Method parameters in org.org.usurper with type arguments of type IHandler | |
|---|---|
void |
UsurperGenerator.setAllHandlers(java.util.Map<ITargetDefinition,IHandler> handlers)
Deprecated. prefer the use of the UsurperGeneratorSetup |
| Uses of IHandler in org.org.usurper.handlers.additional |
|---|
| Classes in org.org.usurper.handlers.additional that implement IHandler | |
|---|---|
class |
ListOfValuesSpecificPropertyHandler
This handler will give a specific property a value amongst a list of values. |
class |
ValueObjectPropertyTypeHandler
This handler allows for a redundant ;) generation of ValueObjects. |
| Uses of IHandler in org.org.usurper.handlers.basic |
|---|
| Classes in org.org.usurper.handlers.basic that implement IHandler | |
|---|---|
class |
AbstractPropertyTypeHandler
This is the class to extend in order to implement a handler for a specific type. |
class |
AbstractSpecificPropertyHandler
This is the class to extend in order to implement a handler for a specific property of a given class. |
class |
ArrayHandler
This is the generic handler for Arrays of types. |
class |
EnumHandler
This type returns a random value of a given enum type. |
| Uses of IHandler in org.org.usurper.handlers.defaults |
|---|
| Classes in org.org.usurper.handlers.defaults that implement IHandler | |
|---|---|
class |
BooleanPropertyTypeHandler
This handler returns a random Boolean value. |
class |
BytePropertyTypeHandler
This handler returns a random Byte value. |
class |
CharacterPropertyTypeHandler
This handler returns a random Character value. |
class |
DatePropertyTypeHandler
This handler returns a random java.util.Date value. |
class |
DocumentPropertyTypeHandler
Deprecated. this is a poor handler...please create your own one. ;) |
class |
DoublePropertyTypeHandler
This handler returns a random Double value. |
class |
FloatPropertyTypeHandler
This handler returns a random Float value. |
class |
IntegerPropertyTypeHandler
This handler returns a random Integer value. |
class |
ListAndSetPropertyTypeHandler
This handler deals with Lists and Sets of Types. |
class |
LongPropertyTypeHandler
This handler returns a random Long value. |
class |
MapPropertyTypeHandler
This handler deals with Map Types. |
class |
ShortPropertyTypeHandler
This handler returns a random Short value. |
class |
StringPropertyTypeHandler
This handler returns a random String value. |
| Uses of IHandler in org.org.usurper.handlers.sql |
|---|
| Classes in org.org.usurper.handlers.sql that implement IHandler | |
|---|---|
class |
TimestampPropertyTypeHandler
This handler returns a random java.sql.Timestamp value. |
| Uses of IHandler in org.org.usurper.setup |
|---|
| Methods in org.org.usurper.setup that return types with arguments of type IHandler | |
|---|---|
java.util.Map<ITargetDefinition,IHandler> |
UsurperGeneratorSetup.getAllHandlers()
|
java.util.Map<ITargetDefinition,IHandler> |
IUsurperGeneratorSetup.getAllHandlers()
Gets all handlers. |
java.util.Map<ITargetDefinition,IHandler> |
ImmutableUsurperGeneratorSetup.getAllHandlers()
|
| Method parameters in org.org.usurper.setup with type arguments of type IHandler | |
|---|---|
void |
UsurperGeneratorSetup.setAllHandlers(java.util.Map<ITargetDefinition,IHandler> handlers)
Sets All the handlers at once. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||