Enum Class的使用
cn.taketoday.expression.spel.SpelCompilerMode
使用SpelCompilerMode的程序包
-
cn.taketoday.expression.spel中SpelCompilerMode的使用
修饰符和类型方法说明SpelParserConfiguration.getCompilerMode()Return the compiler mode for parsers using this configuration object.static SpelCompilerModeReturns the enum constant of this class with the specified name.static SpelCompilerMode[]SpelCompilerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为SpelCompilerMode的cn.taketoday.expression.spel中的构造器限定符构造器说明SpelParserConfiguration(SpelCompilerMode compilerMode, ClassLoader compilerClassLoader) Create a newSpelParserConfigurationinstance.SpelParserConfiguration(SpelCompilerMode compilerMode, ClassLoader compilerClassLoader, boolean autoGrowNullReferences, boolean autoGrowCollections, int maximumAutoGrowSize) Create a newSpelParserConfigurationinstance.