Package com.liferay.portal.kernel.util
Class UnicodePropertiesBuilder.UnicodePropertiesWrapper
Object
com.liferay.portal.kernel.util.UnicodePropertiesBuilder.UnicodePropertiesWrapper
- Enclosing class:
- UnicodePropertiesBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionUnicodePropertiesWrapper
(boolean safe) UnicodePropertiesWrapper
(Map<String, String> map, boolean safe) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
put
(String key, BaseMapBuilder.UnsafeSupplier<String, Exception> valueUnsafeSupplier) setProperty
(String key, BaseMapBuilder.UnsafeSupplier<String, Exception> valueUnsafeSupplier) setProperty
(String key, String value)
-
Constructor Details
-
UnicodePropertiesWrapper
public UnicodePropertiesWrapper() -
UnicodePropertiesWrapper
public UnicodePropertiesWrapper(boolean safe) -
UnicodePropertiesWrapper
-
-
Method Details
-
build
-
buildString
-
fastLoad
-
load
-
put
-
put
-
put
-
put
-
put
-
put
-
put
-
put
public UnicodePropertiesBuilder.UnicodePropertiesWrapper put(String key, BaseMapBuilder.UnsafeSupplier<String, Exception> valueUnsafeSupplier) -
putAll
public UnicodePropertiesBuilder.UnicodePropertiesWrapper putAll(Map<? extends String, ? extends String> map) -
setProperty
-
setProperty
public UnicodePropertiesBuilder.UnicodePropertiesWrapper setProperty(String key, BaseMapBuilder.UnsafeSupplier<String, Exception> valueUnsafeSupplier)
-