@ProviderType
public interface PrefixHandlerFactory
PrefixHandler using a given prefix. This allows
components to switch prefixing strategies using configuration, such as using
different characters '_' or '.', thus keeping the prefixing
strategy consistent across components.| Modifier and Type | Method and Description |
|---|---|
PrefixHandler |
create(java.util.function.Function<java.lang.String,java.lang.Object> propertyAccessorFunction)
This method allows to create a
PrefixHandler using the properties |
PrefixHandler create(java.util.function.Function<java.lang.String,java.lang.Object> propertyAccessorFunction)
PrefixHandler using the propertiespropertyAccessorFunction - to configure the PrefixHandler
fromPrefixHandler initialized from the given properties