Interface TypeBuilder
- All Superinterfaces:
Comparable<Prioritized>,Prioritized
- All Known Implementing Classes:
ArrayTypeBuilder,CollectionTypeBuilder,EnumTypeBuilder,MapTypeBuilder
2015/1/27.
-
Field Summary
Fields inherited from interface org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the build accept the class passed in.Build type definition with the type or class.Methods inherited from interface org.apache.dubbo.common.lang.Prioritized
compareTo, getPriority
-
Method Details
-
accept
Whether the build accept the class passed in. -
build
Build type definition with the type or class.
-