Interface IntrospectionUtils.PropertySource
- All Known Subinterfaces:
IntrospectionUtils.SecurePropertySource
- All Known Implementing Classes:
EnvironmentPropertySource, ServiceBindingPropertySource, SystemPropertySource
- Enclosing class:
IntrospectionUtils
public static interface IntrospectionUtils.PropertySource
Interface for a source of named properties used during introspection.
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String key) Returns the value of the property with the specified key.
-
Method Details
-
getProperty
-