clonePrefix(String) method

Returns a new PrefixMap containing only properties whose values started with the supplied prefix.

Syntax

PrefixMap< T > clonePrefix ( String prefix )

Parameters

Returns

the new PrefixMap

Usage

In addition, the property names in the newly created object have the specified prefix removed.

the new PrefixMap