Class KeyValuePair.Builder
java.lang.Object
org.apache.logging.log4j.core.util.KeyValuePair.Builder
- All Implemented Interfaces:
Builder<KeyValuePair>
- Enclosing class:
- KeyValuePair
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the object after all configuration has been set.
-
Field Details
-
key
-
value
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setKey
-
setValue
-
build
Description copied from interface:Builder
Builds the object after all configuration has been set. This will use default values for any unspecified attributes for the object.- Specified by:
build
in interfaceBuilder<KeyValuePair>
- Returns:
- the configured instance.
-