Uses of Class
com.lyncode.xoai.dataprovider.xml.xoaiconfig.ConditionConfiguration
-
Packages that use ConditionConfiguration Package Description com.lyncode.xoai.dataprovider.xml.xoaiconfig com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse -
-
Uses of ConditionConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return ConditionConfiguration Modifier and Type Method Description ConditionConfigurationConditionConfiguration. withClazz(String clazz)ConditionConfigurationConditionConfiguration. withConfiguration(RootParameterMap configuration)Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return types with arguments of type ConditionConfiguration Modifier and Type Method Description List<ConditionConfiguration>Configuration. getConditions()Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig with parameters of type ConditionConfiguration Modifier and Type Method Description ConfigurationConfiguration. withConditions(ConditionConfiguration... conditions)Method parameters in com.lyncode.xoai.dataprovider.xml.xoaiconfig with type arguments of type ConditionConfiguration Modifier and Type Method Description ConfigurationConfiguration. withConditions(List<ConditionConfiguration> conditions) -
Uses of ConditionConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse that return ConditionConfiguration Modifier and Type Method Description ConditionConfigurationConditionConfigurationParser. parse(XmlReader reader)
-