类 ClassCodeWriter
java.lang.Object
org.babyfish.jimmer.spring.repository.bytecode.ClassCodeWriter
- 直接已知子类:
JavaClassCodeWriter,KotlinClassCodeWriter
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明protectedClassCodeWriter(org.springframework.data.repository.core.RepositoryInformation metadata, Class<?> sqlClientType, Class<?> superType) -
方法概要
修饰符和类型方法说明protected MethodCodeWritercreateMethodCodeWriter(Method method) org.babyfish.jimmer.impl.asm.ClassWriterorg.springframework.data.repository.core.RepositoryInformationstatic StringimplementationClassName(Class<?> itf) byte[]write()
-
字段详细资料
-
ASM_IMPL_SUFFIX
- 另请参阅:
-
-
构造器详细资料
-
ClassCodeWriter
-
-
方法详细资料
-
getMetadata
public org.springframework.data.repository.core.RepositoryInformation getMetadata() -
getInterfaceInternalName
-
getImplInternalName
-
getEntityInternalName
-
getSqlClientInternalName
-
getSqlClientDescriptor
-
getClassVisitor
public org.babyfish.jimmer.impl.asm.ClassWriter getClassVisitor() -
write
public byte[] write() -
createMethodCodeWriter
-
implementationClassName
-