Uses of Class
io.apicurio.common.apps.config.DynamicConfigPropertyDto
-
-
Uses of DynamicConfigPropertyDto in io.apicurio.common.apps.config
Methods in io.apicurio.common.apps.config that return DynamicConfigPropertyDto Modifier and Type Method Description DynamicConfigPropertyDtoDynamicConfigStorage. getConfigProperty(String propertyName)Should return the stored config property or null if not found.Methods in io.apicurio.common.apps.config that return types with arguments of type DynamicConfigPropertyDto Modifier and Type Method Description List<DynamicConfigPropertyDto>DynamicConfigStorage. getConfigProperties()Gets a list of all stored config properties.Methods in io.apicurio.common.apps.config with parameters of type DynamicConfigPropertyDto Modifier and Type Method Description voidDynamicConfigStorage. setConfigProperty(DynamicConfigPropertyDto propertyDto)Sets a new value for a config property.
-