public final class WrapperHelperClassGenerator extends org.apache.cxf.common.spi.ClassGeneratorClassLoader implements WrapperHelperCreator
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.databinding.WrapperHelper |
compile(Class<?> wrapperType,
Method[] setMethods,
Method[] getMethods,
Method[] jaxbMethods,
Field[] fields,
Object objectFactory) |
static String |
computeSignature(Method[] setMethods,
Method[] getMethods) |
Apache CXF