Uses of Enum
org.infinispan.commons.configuration.io.ConfigurationReader.ElementType
Packages that use ConfigurationReader.ElementType
Package
Description
-
Uses of ConfigurationReader.ElementType in org.infinispan.commons.configuration.io
Methods in org.infinispan.commons.configuration.io that return ConfigurationReader.ElementTypeModifier and TypeMethodDescriptionConfigurationReader.nextElement()
Returns the enum constant of this type with the specified name.static ConfigurationReader.ElementType[]
ConfigurationReader.ElementType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.commons.configuration.io with parameters of type ConfigurationReader.ElementTypeModifier and TypeMethodDescriptiondefault void
ConfigurationReader.require
(ConfigurationReader.ElementType type) default void
ConfigurationReader.require
(ConfigurationReader.ElementType type, String namespace, Enum<?> name) void
ConfigurationReader.require
(ConfigurationReader.ElementType type, String namespace, String name) -
Uses of ConfigurationReader.ElementType in org.infinispan.commons.configuration.io.json
Methods in org.infinispan.commons.configuration.io.json that return ConfigurationReader.ElementTypeMethods in org.infinispan.commons.configuration.io.json with parameters of type ConfigurationReader.ElementTypeModifier and TypeMethodDescriptionvoid
JsonConfigurationReader.require
(ConfigurationReader.ElementType type, String namespace, String name) -
Uses of ConfigurationReader.ElementType in org.infinispan.commons.configuration.io.xml
Methods in org.infinispan.commons.configuration.io.xml that return ConfigurationReader.ElementTypeMethods in org.infinispan.commons.configuration.io.xml with parameters of type ConfigurationReader.ElementTypeModifier and TypeMethodDescriptionvoid
XmlConfigurationReader.require
(ConfigurationReader.ElementType elementType, String namespace, String name) -
Uses of ConfigurationReader.ElementType in org.infinispan.commons.configuration.io.yaml
Methods in org.infinispan.commons.configuration.io.yaml that return ConfigurationReader.ElementTypeMethods in org.infinispan.commons.configuration.io.yaml with parameters of type ConfigurationReader.ElementTypeModifier and TypeMethodDescriptionvoid
YamlConfigurationReader.require
(ConfigurationReader.ElementType type, String namespace, String name)