Class EnumTypeBuilder
java.lang.Object
org.apache.dubbo.metadata.definition.builder.EnumTypeBuilder
- All Implemented Interfaces:
Comparable<Prioritized>,Prioritized,TypeBuilder
2015/1/27.
-
Field Summary
Fields inherited from interface org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the build accept the class passed in.Build type definition with the type or class.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.common.lang.Prioritized
compareTo, getPriority
-
Constructor Details
-
EnumTypeBuilder
public EnumTypeBuilder()
-
-
Method Details
-
accept
Description copied from interface:TypeBuilderWhether the build accept the class passed in.- Specified by:
acceptin interfaceTypeBuilder
-
build
Description copied from interface:TypeBuilderBuild type definition with the type or class.- Specified by:
buildin interfaceTypeBuilder
-