| Methods in org.openrdf.repository.object.composition that throw ObjectCompositionException |
void |
ClassTemplate.addConstructor(Class<?>[] types,
String string)
|
void |
ClassTemplate.addInterface(Class<?> face)
|
CodeBuilder |
ClassTemplate.assignStaticField(Class<?> type,
String fieldName)
|
MethodBuilder |
ClassTemplate.copyMethod(Method method,
String name,
boolean bridge)
|
Class<?> |
ClassFactory.createClass(ClassTemplate template)
Create the new Java Class from this template. |
void |
ClassTemplate.createField(Class<?> type,
String fieldName)
|
MethodBuilder |
ClassTemplate.createMethod(Class<?> type,
String name,
Class<?>... parameters)
|
MethodBuilder |
ClassTemplate.createPrivateMethod(Class<?> type,
String name,
Class<?>... parameters)
|
MethodBuilder |
ClassTemplate.createTransientMethod(Method method)
|
Class<?>[] |
ClassTemplate.getInterfaces()
|
MethodBuilder |
ClassTemplate.overrideMethod(Method method,
boolean bridge)
|