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 TypeMethodDescriptionExecutableDescriber.getMode()static 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.Constructors in org.apache.dubbo.aot.api with parameters of type ExecutableModeModifierConstructorDescriptionExecutableDescriber(Constructor<?> constructor, ExecutableMode mode) ExecutableDescriber(String name, List<String> parameterTypes, ExecutableMode mode)