Uses of Enum Class
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 class with the specified name.static ConfigurationReader.ElementType[]ConfigurationReader.ElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.commons.configuration.io with parameters of type ConfigurationReader.ElementTypeModifier and TypeMethodDescriptiondefault voidConfigurationReader.require(ConfigurationReader.ElementType type) default voidConfigurationReader.require(ConfigurationReader.ElementType type, String namespace, Enum<?> name) voidConfigurationReader.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 TypeMethodDescriptionvoidJsonConfigurationReader.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 TypeMethodDescriptionvoidXmlConfigurationReader.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 TypeMethodDescriptionvoidYamlConfigurationReader.require(ConfigurationReader.ElementType type, String namespace, String name)