Uses of Package
org.filteredpush.rdf.reflection

Packages that use org.filteredpush.rdf.reflection
org.filteredpush.rdf.handler The RdfHandler (packages in org.filteredpush.rdf) is a library designed to create a Jena Model from the members of Java objects. 
org.filteredpush.rdf.reflection   
 

Classes in org.filteredpush.rdf.reflection used by org.filteredpush.rdf.handler
DeconstructedObject
          Represents a single instance of a deconstructed object (one which has been broken down into its java reflection fields and methods).
 

Classes in org.filteredpush.rdf.reflection used by org.filteredpush.rdf.reflection
ClassMembers
          Represents the members of a given class as java reflection objects for fields and methods.
DeconstructedObject
          Represents a single instance of a deconstructed object (one which has been broken down into its java reflection fields and methods).
DeconstructedObjectGraph
          Represents all of the objects associated with a top level class (the entire java object tree from that object on) as a collection of DeconstructedObjects.