public interface PojoListener
| Modifier and Type | Method and Description |
|---|---|
void |
map(org.openrdf.model.Resource id,
Object pojo)
React to the mapping of an RDF resource to a Java POJO
|
void map(org.openrdf.model.Resource id,
Object pojo)
id - The identifier for the RDF resourcepojo - The POJO that was created for the RDF Resource.Copyright © 2019. All rights reserved.