Uses of Class
org.infinispan.configuration.parsing.Parser.Mode
-
Packages that use Parser.Mode Package Description org.infinispan.configuration.parsing -
-
Uses of Parser.Mode in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing that return Parser.Mode Modifier and Type Method Description static Parser.Mode
Parser.Mode. forCacheMode(CacheMode mode)
static Parser.Mode
Parser.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Parser.Mode[]
Parser.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-