Uses of Class
io.apicurio.common.apps.config.DynamicConfigPropertyDef
-
-
Uses of DynamicConfigPropertyDef in io.apicurio.common.apps.config
Methods in io.apicurio.common.apps.config that return DynamicConfigPropertyDef Modifier and Type Method Description DynamicConfigPropertyDefDynamicConfigPropertyIndex. getProperty(String name)Methods in io.apicurio.common.apps.config that return types with arguments of type DynamicConfigPropertyDef Modifier and Type Method Description List<DynamicConfigPropertyDef>DynamicConfigPropertyList. getDynamicConfigProperties()Method parameters in io.apicurio.common.apps.config with type arguments of type DynamicConfigPropertyDef Modifier and Type Method Description voidDynamicConfigPropertyList. setDynamicConfigProperties(List<DynamicConfigPropertyDef> dynamicConfigProperties)Constructor parameters in io.apicurio.common.apps.config with type arguments of type DynamicConfigPropertyDef Constructor Description DynamicConfigPropertyList(List<DynamicConfigPropertyDef> dynamicConfigProperties)
-