public class SimpleExtensionTypeWrapper extends SimpleTypeWrapper
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleExtensionTypeWrapper(ClassPreProcessor injector,
javassist.CtClass type,
Class<?> javaClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
extend(SimpleExtensionTypeWrapper ext) |
SimpleTypeWrapper |
getTargetType() |
protected void |
init() |
Class<?> |
toClass() |
isDirtygetSupertype, getType, isImplemets, isInherited, isLoaded, isNaturalIdCached, prepareprotected SimpleExtensionTypeWrapper(ClassPreProcessor injector, javassist.CtClass type, Class<?> javaClass) throws javassist.NotFoundException, ClassNotFoundException
javassist.NotFoundExceptionClassNotFoundExceptionprotected void init()
throws javassist.NotFoundException,
ClassNotFoundException
init in class TypeWrapperjavassist.NotFoundExceptionClassNotFoundExceptionpublic void extend(SimpleExtensionTypeWrapper ext) throws javassist.CannotCompileException, javassist.NotFoundException
extend in class SimpleTypeWrapperjavassist.CannotCompileExceptionjavassist.NotFoundExceptionpublic SimpleTypeWrapper getTargetType()
public Class<?> toClass() throws javassist.CannotCompileException
toClass in class TypeWrapperjavassist.CannotCompileExceptionCopyright © 2018. All rights reserved.