Class WrapperHelperClassGenerator

java.lang.Object
org.apache.cxf.common.spi.ClassGeneratorClassLoader
org.apache.cxf.jaxb.WrapperHelperClassGenerator
All Implemented Interfaces:
WrapperHelperCreator

public final class WrapperHelperClassGenerator extends org.apache.cxf.common.spi.ClassGeneratorClassLoader implements WrapperHelperCreator
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.cxf.common.spi.ClassGeneratorClassLoader

    org.apache.cxf.common.spi.ClassGeneratorClassLoader.TypeHelperClassLoader
  • Field Summary

    Fields inherited from class org.apache.cxf.common.spi.ClassGeneratorClassLoader

    bus, CLASS_MAP, LOADER_MAP
  • Method Summary

    Modifier and Type
    Method
    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)
     

    Methods inherited from class org.apache.cxf.common.spi.ClassGeneratorClassLoader

    findClass, findClass, loadClass, loadClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait