Uses of Interface
org.apache.logging.log4j.core.layout.AbstractStringLayout.Serializer
Packages that use AbstractStringLayout.Serializer
Package
Description
Log4j 2 Layout support.
Log4j 2 network support.
-
Uses of AbstractStringLayout.Serializer in org.apache.logging.log4j.core.layout
Subinterfaces of AbstractStringLayout.Serializer in org.apache.logging.log4j.core.layoutClasses in org.apache.logging.log4j.core.layout that implement AbstractStringLayout.SerializerModifier and TypeClassDescriptionprivate static final classprivate static final classprivate static final classprivate static final classFields in org.apache.logging.log4j.core.layout declared as AbstractStringLayout.SerializerModifier and TypeFieldDescriptionprivate final AbstractStringLayout.SerializerPatternLayout.eventSerializerprivate AbstractStringLayout.SerializerAbstractStringLayout.Builder.footerSerializerprivate final AbstractStringLayout.SerializerAbstractStringLayout.footerSerializerprivate AbstractStringLayout.SerializerAbstractStringLayout.Builder.headerSerializerprivate final AbstractStringLayout.SerializerAbstractStringLayout.headerSerializerMethods in org.apache.logging.log4j.core.layout that return AbstractStringLayout.SerializerModifier and TypeMethodDescriptionPatternLayout.SerializerBuilder.build()PatternLayout.createSerializer(Configuration configuration, RegexReplacement replace, String pattern, String defaultPattern, PatternSelector patternSelector, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi) Deprecated.PatternLayout.getEventSerializer()AbstractStringLayout.Builder.getFooterSerializer()AbstractStringLayout.getFooterSerializer()AbstractStringLayout.Builder.getHeaderSerializer()AbstractStringLayout.getHeaderSerializer()Methods in org.apache.logging.log4j.core.layout with parameters of type AbstractStringLayout.SerializerModifier and TypeMethodDescriptionprotected byte[]AbstractStringLayout.serializeToBytes(AbstractStringLayout.Serializer serializer, byte[] defaultValue) protected StringAbstractStringLayout.serializeToString(AbstractStringLayout.Serializer serializer) AbstractStringLayout.Builder.setFooterSerializer(AbstractStringLayout.Serializer footerSerializer) AbstractStringLayout.Builder.setHeaderSerializer(AbstractStringLayout.Serializer headerSerializer) Constructors in org.apache.logging.log4j.core.layout with parameters of type AbstractStringLayout.SerializerModifierConstructorDescriptionprotectedAbstractJacksonLayout(Configuration config, com.fasterxml.jackson.databind.ObjectWriter objectWriter, Charset charset, boolean compact, boolean complete, boolean eventEol, String endOfLine, AbstractStringLayout.Serializer headerSerializer, AbstractStringLayout.Serializer footerSerializer, boolean includeNullDelimiter, KeyValuePair[] additionalFields) protectedAbstractJacksonLayout(Configuration config, com.fasterxml.jackson.databind.ObjectWriter objectWriter, Charset charset, boolean compact, boolean complete, boolean eventEol, AbstractStringLayout.Serializer headerSerializer, AbstractStringLayout.Serializer footerSerializer) Deprecated.protectedAbstractJacksonLayout(Configuration config, com.fasterxml.jackson.databind.ObjectWriter objectWriter, Charset charset, boolean compact, boolean complete, boolean eventEol, AbstractStringLayout.Serializer headerSerializer, AbstractStringLayout.Serializer footerSerializer, boolean includeNullDelimiter) Deprecated.protectedAbstractStringLayout(Configuration config, Charset aCharset, AbstractStringLayout.Serializer headerSerializer, AbstractStringLayout.Serializer footerSerializer) Builds a new layout. -
Uses of AbstractStringLayout.Serializer in org.apache.logging.log4j.core.net
Fields in org.apache.logging.log4j.core.net declared as AbstractStringLayout.SerializerModifier and TypeFieldDescriptionprivate final AbstractStringLayout.SerializerSmtpManager.FactoryData.subjectConstructors in org.apache.logging.log4j.core.net with parameters of type AbstractStringLayout.SerializerModifierConstructorDescriptionFactoryData(String to, String cc, String bcc, String from, String replyTo, AbstractStringLayout.Serializer subjectSerializer, String protocol, String host, int port, String username, String password, boolean isDebug, int numElements, SslConfiguration sslConfiguration)
PatternLayout.newSerializerBuilder()instead.