Uses of Enum
org.apache.dubbo.aot.api.ExecutableMode
Packages that use ExecutableMode
-
Uses of ExecutableMode in org.apache.dubbo.aot.api
Methods in org.apache.dubbo.aot.api that return ExecutableModeModifier and TypeMethodDescriptionstatic ExecutableModeReturns the enum constant of this type with the specified name.static ExecutableMode[]ExecutableMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecutableMode in org.apache.dubbo.aot.generate
Methods in org.apache.dubbo.aot.generate that return ExecutableModeConstructors in org.apache.dubbo.aot.generate with parameters of type ExecutableModeModifierConstructorDescriptionExecutableDescriber(Constructor<?> constructor, ExecutableMode mode) ExecutableDescriber(String name, List<String> parameterTypes, ExecutableMode mode)