org.openrdf.repository.object.managers
Class PropertyMapper
java.lang.Object
org.openrdf.repository.object.managers.PropertyMapper
public class PropertyMapper
- extends Object
Reads in property mapping files and determines which properties should be
eagarly loaded.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyMapper
public PropertyMapper(ClassLoader cl,
boolean readTypes)
findFields
public Collection<Field> findFields(Class<?> concept)
findProperties
public Collection<PropertyDescriptor> findProperties(Class<?> concept)
findPredicate
public String findPredicate(Field field)
findPredicate
public String findPredicate(PropertyDescriptor pd)
findFunctionalProperties
public Collection<PropertyDescriptor> findFunctionalProperties(Class<?> type)
findFunctionalFields
public Collection<Field> findFunctionalFields(Class<?> type)
findEagerProperties
public Map<String,String> findEagerProperties(Class<?> type)
- Returns:
- map of name to uri
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.