Uses of Enum
org.infinispan.commons.configuration.io.ConfigurationReader.ElementType
Package
Description
-
Uses of ConfigurationReader.ElementType in org.infinispan.commons.configuration.io
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
JsonConfigurationReader.require
(ConfigurationReader.ElementType type, String namespace, String name) -
Uses of ConfigurationReader.ElementType in org.infinispan.commons.configuration.io.xml
Modifier and TypeMethodDescriptionvoid
XmlConfigurationReader.require
(ConfigurationReader.ElementType elementType, String namespace, String name) -
Uses of ConfigurationReader.ElementType in org.infinispan.commons.configuration.io.yaml
Modifier and TypeMethodDescriptionvoid
YamlConfigurationReader.require
(ConfigurationReader.ElementType type, String namespace, String name)