public final class WrapperHelperClassGenerator extends ClassGeneratorClassLoader implements WrapperHelperCreator
ClassGeneratorClassLoader.TypeHelperClassLoaderbus, CLASS_MAP, LOADER_MAP| Modifier and Type | Method and Description |
|---|---|
WrapperHelper |
compile(Class<?> wrapperType,
Method[] setMethods,
Method[] getMethods,
Method[] jaxbMethods,
Field[] fields,
Object objectFactory) |
static String |
computeSignature(Method[] setMethods,
Method[] getMethods) |
findClass, findClass, loadClass, loadClasspublic WrapperHelper compile(Class<?> wrapperType, Method[] setMethods, Method[] getMethods, Method[] jaxbMethods, Field[] fields, Object objectFactory)
compile in interface WrapperHelperCreatorApache CXF