org.openrdf.repository.object.composition
Class AbstractClassFactory
java.lang.Object
org.openrdf.repository.object.composition.AbstractClassFactory
public class AbstractClassFactory
- extends Object
Creates subclasses of abstract behaviours that can be instaniated.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_PREFIX
public static final String CLASS_PREFIX
- See Also:
- Constant Field Values
AbstractClassFactory
public AbstractClassFactory()
setClassDefiner
public void setClassDefiner(ClassFactory definer)
findImplementations
public Collection<Class<?>> findImplementations(Collection<Class<?>> classes)
getReadMethod
public Method getReadMethod(Field field)
getWriteMethod
public Method getWriteMethod(Field field)
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.