public class Generator
extends Object
- Author:
- jwells
-
-
Constructor Summary
Constructors
-
Method Summary
static javassist.CtClass
generate(AltClass convertMe,
javassist.CtClass superClazz,
javassist.ClassPool defaultClassPool)
Converts the given interface into a JAXB implementation proxy
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
JAXB_DEFAULT_STRING
public static final String JAXB_DEFAULT_STRING
- See Also:
-
-
JAXB_DEFAULT_DEFAULT
public static final String JAXB_DEFAULT_DEFAULT
- See Also:
-
-
NO_CHILD_PACKAGE
public static final String NO_CHILD_PACKAGE
- See Also:
-
-
STATIC_GET_MODEL_METHOD_NAME
public static final String STATIC_GET_MODEL_METHOD_NAME
- See Also:
-
-
Constructor Details
-
Generator
public Generator()
-
Method Details
-
generate
public static javassist.CtClass generate(AltClass convertMe,
javassist.CtClass superClazz,
javassist.ClassPool defaultClassPool)
throws Throwable
Converts the given interface into a JAXB implementation proxy
- Parameters:
convertMe -
superClazz -
defaultClassPool -
- Returns:
- Throws:
Throwable