接口 TypeBuilder
-
- 所有超级接口:
Comparable<Prioritized>,Prioritized
@SPI public interface TypeBuilder extends Prioritized
2015/1/27.
-
-
字段概要
-
从接口继承的字段 org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanaccept(Type type, Class<?> clazz)Whether the build accept the type or class passed in.TypeDefinitionbuild(Type type, Class<?> clazz, Map<Class<?>,TypeDefinition> typeCache)Build type definition with the type or class.-
从接口继承的方法 org.apache.dubbo.common.lang.Prioritized
compareTo, getPriority
-
-
-
-
方法详细资料
-
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.
-
-