接口 TypeBuilder
-
- 所有超级接口:
Comparable<org.apache.dubbo.common.lang.Prioritized>,org.apache.dubbo.common.lang.Prioritized
@SPI public interface TypeBuilder extends org.apache.dubbo.common.lang.Prioritized2015/1/27.
-
-
方法详细资料
-
accept
boolean accept(Type type, Class<?> clazz)
Whether the build accept the type or class passed in.
-
build
TypeDefinition build(Type type, Class<?> clazz, Map<Class<?>,TypeDefinition> typeCache)
Build type definition with the type or class.
-
-