Class PatternMatch.Builder
java.lang.Object
org.apache.logging.log4j.core.layout.PatternMatch.Builder
- All Implemented Interfaces:
Serializable
,Builder<PatternMatch>
- Enclosing class:
PatternMatch
public static class PatternMatch.Builder
extends Object
implements Builder<PatternMatch>, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the object after all configuration has been set.protected Object
setPattern
(String pattern)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
key
-
pattern
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setKey
-
setPattern
-
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<PatternMatch>
- Returns:
- the configured instance.
-
readResolve
- Throws:
ObjectStreamException
-