|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeconstructedObject | |
|---|---|
| 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 | |
| Uses of DeconstructedObject in org.filteredpush.rdf.handler |
|---|
| Methods in org.filteredpush.rdf.handler that return DeconstructedObject | |
|---|---|
DeconstructedObject |
BeanResourcePair.getRdfBean()
|
| Methods in org.filteredpush.rdf.handler with parameters of type DeconstructedObject | |
|---|---|
void |
BeanResourcePair.setRdfBean(DeconstructedObject rdfBean)
|
| Constructors in org.filteredpush.rdf.handler with parameters of type DeconstructedObject | |
|---|---|
BeanResourcePair(DeconstructedObject rdfBean,
com.hp.hpl.jena.rdf.model.Resource resource)
|
|
| Uses of DeconstructedObject in org.filteredpush.rdf.reflection |
|---|
| Methods in org.filteredpush.rdf.reflection that return DeconstructedObject | |
|---|---|
DeconstructedObject |
ClassDeconstructor.getStaticClassInstance(java.lang.Class<?> clazz)
If an instance of a class which is not in the package of the top-level class package is needed, this method can be used to create and return an instance of that class (assuming the constructor takes no arguments and fields/methods are static. |
| Methods in org.filteredpush.rdf.reflection that return types with arguments of type DeconstructedObject | |
|---|---|
java.util.List<DeconstructedObject> |
DeconstructedObjectGraph.getDeconstructedObjects(java.lang.Class<?> clazz)
Returns the corresponding list of DeconstructedObjects associated with the Class given as an argument. |
java.util.Iterator<DeconstructedObject> |
DeconstructedObjectGraph.iterator()
Iterator for the DeconstructedObjects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||