Package io.apicurio.common.apps.config
Interface DynamicConfigPropertyIndex
-
public interface DynamicConfigPropertyIndex- Author:
- eric.wittmann@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getAcceptedPropertyNames()DynamicConfigPropertyDefgetProperty(String name)Set<String>getPropertyNames()booleanhasProperty(String name)booleanisAccepted(String propertyName)
-