Uses of Class
io.apicurio.registry.rest.v2.beans.ConfigurationProperty
-
Packages that use ConfigurationProperty Package Description io.apicurio.registry.rest.v2 -
-
Uses of ConfigurationProperty in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return ConfigurationProperty Modifier and Type Method Description ConfigurationPropertyAdminResource. getConfigProperty(String propertyName)Returns the value of a single configuration property.Methods in io.apicurio.registry.rest.v2 that return types with arguments of type ConfigurationProperty Modifier and Type Method Description List<ConfigurationProperty>AdminResource. listConfigProperties()Returns a list of all configuration properties that have been set.
-