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 DynamicConfigPropertyDtoModifier and TypeMethodDescriptionDynamicConfigStorage.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 DynamicConfigPropertyDtoModifier and TypeMethodDescriptionDynamicConfigStorage.getConfigProperties()Gets a list of all stored config properties.Methods in io.apicurio.common.apps.config with parameters of type DynamicConfigPropertyDtoModifier and TypeMethodDescriptionvoidDynamicConfigStorage.setConfigProperty(DynamicConfigPropertyDto propertyDto) Sets a new value for a config property.