Uses of Enum Class
com.github.palindromicity.syslog.StructuredDataPolicy
Packages that use StructuredDataPolicy
-
Uses of StructuredDataPolicy in com.github.palindromicity.syslog
Subclasses with type arguments of type StructuredDataPolicy in com.github.palindromicity.syslogModifier and TypeClassDescriptionenumPolicy for the handling of StructuredData.Methods in com.github.palindromicity.syslog that return StructuredDataPolicyModifier and TypeMethodDescriptionstatic StructuredDataPolicyReturns the enum constant of this class with the specified name.static StructuredDataPolicy[]StructuredDataPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.palindromicity.syslog with parameters of type StructuredDataPolicyModifier and TypeMethodDescriptionSyslogParserBuilder.withStructuredDataPolicy(StructuredDataPolicy structuredDataPolicy) -
Uses of StructuredDataPolicy in com.github.palindromicity.syslog.dsl
Constructors in com.github.palindromicity.syslog.dsl with parameters of type StructuredDataPolicyModifierConstructorDescriptionSyslog5424Listener(KeyProvider keyProvider, NilPolicy nilPolicy, StructuredDataPolicy structuredDataPolicy) Create a newSyslog5424Listener.Syslog5424Listener(KeyProvider keyProvider, NilPolicy nilPolicy, StructuredDataPolicy structuredDataPolicy, EnumSet<AllowableDeviations> deviations) Create a newSyslog5424Listener.