public class ComponentTypeHandler extends Object implements CompileTypeHandler
| 限定符和类型 | 字段和说明 |
|---|---|
private com.google.gson.Gson |
gson |
| 构造器和说明 |
|---|
ComponentTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
check(Compile compile) |
Set<CompileClass> |
handle(javassist.ClassPool pool,
Compile compile,
Set<CompileClass> components)
处理
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic boolean check(Compile compile)
check 在接口中 CompileTypeHandlerpublic Set<CompileClass> handle(javassist.ClassPool pool, Compile compile, Set<CompileClass> components) throws IOException, javassist.NotFoundException
CompileTypeHandlerhandle 在接口中 CompileTypeHandlercompile - 编译信息components - 项目组件IOExceptionjavassist.NotFoundExceptionCopyright © 2021. All rights reserved.