Uses of Class
org.infinispan.commons.configuration.io.ConfigurationReader.ElementType
-
-
Uses of ConfigurationReader.ElementType in org.infinispan.commons.configuration.io
Methods in org.infinispan.commons.configuration.io that return ConfigurationReader.ElementType Modifier and Type Method Description ConfigurationReader.ElementTypeConfigurationReader. nextElement()static ConfigurationReader.ElementTypeConfigurationReader.ElementType. valueOf(String name)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.ElementType Modifier and Type Method Description default 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.ElementType Modifier and Type Method Description ConfigurationReader.ElementTypeJsonConfigurationReader. nextElement()Methods in org.infinispan.commons.configuration.io.json with parameters of type ConfigurationReader.ElementType Modifier and Type Method Description voidJsonConfigurationReader. 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.ElementType Modifier and Type Method Description ConfigurationReader.ElementTypeXmlConfigurationReader. nextElement()Methods in org.infinispan.commons.configuration.io.xml with parameters of type ConfigurationReader.ElementType Modifier and Type Method Description voidXmlConfigurationReader. 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.ElementType Modifier and Type Method Description ConfigurationReader.ElementTypeYamlConfigurationReader. nextElement()Methods in org.infinispan.commons.configuration.io.yaml with parameters of type ConfigurationReader.ElementType Modifier and Type Method Description voidYamlConfigurationReader. require(ConfigurationReader.ElementType type, String namespace, String name)
-