@FunctionalInterface public interface WithConfigurationProperties
| Type | Property and Description |
|---|---|
default Predicate<Map.Entry<String,String>> |
isComponent
Gets the value of the property componentProperty.
|
default Predicate<Map.Entry<String,String>> |
isEndpoint
Gets the value of the property endpointProperty.
|
default Predicate<Map.Entry<String,String>> |
isRawComponent
Gets the value of the property rawComponentProperty.
|
default Predicate<Map.Entry<String,String>> |
isRawEndpoint
Gets the value of the property rawEndpointProperty.
|
default Predicate<Map.Entry<String,String>> |
isSecretComponent
Gets the value of the property secretComponentProperty.
|
default Predicate<Map.Entry<String,String>> |
isSecretEndpoint
Gets the value of the property secretEndpointProperty.
|
default Predicate<Map.Entry<String,String>> |
isSecretOrComponent
Gets the value of the property secretOrComponentProperty.
|
default Predicate<Map.Entry<String,String>> isEndpointProperty
default Predicate<Map.Entry<String,String>> isComponentProperty
default Predicate<Map.Entry<String,String>> isSecretEndpointProperty
default Predicate<Map.Entry<String,String>> isSecretComponentProperty
default Predicate<Map.Entry<String,String>> isSecretOrComponentProperty
default Predicate<Map.Entry<String,String>> isRawEndpointProperty
Map<String,ConfigurationProperty> getProperties()
default Predicate<Map.Entry<String,String>> isEndpointProperty()
default Predicate<Map.Entry<String,String>> isComponentProperty()
default boolean isSecret(String key)
default Predicate<Map.Entry<String,String>> isSecretEndpointProperty()
default Predicate<Map.Entry<String,String>> isSecretComponentProperty()
default Predicate<Map.Entry<String,String>> isSecretOrComponentProperty()
default boolean isRaw(String key)
default Predicate<Map.Entry<String,String>> isRawEndpointProperty()
default Predicate<Map.Entry<String,String>> isRawComponentProperty()
default Map<String,String> filterProperties(Map<String,String> properties, Predicate<Map.Entry<String,String>> predicate, Function<Map.Entry<String,String>,String> keyConverter, Function<Map.Entry<String,String>,String> valueConverter)
default Map<String,String> filterProperties(Map<String,String> properties, Predicate<Map.Entry<String,String>> predicate)
default Map<String,String> filterEndpointProperties(WithConfiguredProperties withConfigurationProperties)
default Map<String,String> filterEndpointProperties(Map<String,String> properties)
default Map<String,String> filterComponentProperties(WithConfiguredProperties withConfigurationProperties)
default Map<String,String> filterComponentProperties(Map<String,String> properties)
default Map<String,String> filterSecrets(Map<String,String> properties)
Connector considers sensitive / secret.properties - The specified configuration.default Map<String,String> filterSecrets(Map<String,String> properties, Function<Map.Entry<String,String>,String> valueConverter)
Connector considers sensitive / secret.default Optional<Map.Entry<String,ConfigurationProperty>> propertyEntryTaggedWith(String tag)
tag - The looked after tagCopyright © 2016–2019 Red Hat. All rights reserved.