Interface PrefixHandlerFactory
@ProviderType
public interface PrefixHandlerFactory
Interface to create
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.-
Method Summary
Modifier and TypeMethodDescriptionThis method allows to create aPrefixHandlerusing the properties
-
Method Details
-
create
This method allows to create aPrefixHandlerusing the properties- Parameters:
propertyAccessorFunction- to configure thePrefixHandlerfrom- Returns:
- the
PrefixHandlerinitialized from the given properties
-