Interface Summary |
DisconnectedField |
This interface represents the set of information needed to fully describe a Java class' field. |
DisconnectedMethod |
This interface represents the set of information needed to fully describe a Java class' method. |
DisconnectedStructure |
This interface is a simple placeholder for all the classes meant for storing partial
Dna information that is to be extracted from a source Dna instance
for being injected into another one later on. |
DisconnectedStructuresFactory |
Interface for all the factories of DisconnectedStructure s instances. |
Disconnector |
This interface is a simple placeholder for marking all those classes and interfaces responsible
of extracting partial Dna information from a Dna instance. |
DisconnectorsFactory |
This interface defines the contract for all the concrete classes in charge of instantiating
Disconnectors. |
FieldDisconnector |
This interface defines the contract every concrete class responsible of extracting a field's
definition from a Java class has to adhere to. |
MethodDisconnector |
This interface defines the contract every concrete class responsible of extracting a method's
definition from a Java class has to adhere to. |