public final class WrapperHelperClassGenerator extends ClassGeneratorClassLoader implements WrapperHelperCreator
ClassGeneratorClassLoader.TypeHelperClassLoader
bus, 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, loadClass
public WrapperHelper compile(Class<?> wrapperType, Method[] setMethods, Method[] getMethods, Method[] jaxbMethods, Field[] fields, Object objectFactory)
compile
in interface WrapperHelperCreator
Apache CXF