Uses of Enum Class
com.github.palindromicity.syslog.NilPolicy
Packages that use NilPolicy
-
Uses of NilPolicy in com.github.palindromicity.syslog
Subclasses with type arguments of type NilPolicy in com.github.palindromicity.syslogMethods in com.github.palindromicity.syslog that return NilPolicyModifier and TypeMethodDescriptionstatic NilPolicyReturns the enum constant of this class with the specified name.static NilPolicy[]NilPolicy.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 NilPolicyModifier and TypeMethodDescriptionSyslogParserBuilder.withNilPolicy(NilPolicy nilPolicy) Set theNilPolicyto the builder. -
Uses of NilPolicy in com.github.palindromicity.syslog.dsl
Constructors in com.github.palindromicity.syslog.dsl with parameters of type NilPolicyModifierConstructorDescriptionSyslog5424Listener(KeyProvider keyProvider, NilPolicy nilPolicy, StructuredDataPolicy structuredDataPolicy) Create a newSyslog5424Listener.Syslog5424Listener(KeyProvider keyProvider, NilPolicy nilPolicy, StructuredDataPolicy structuredDataPolicy, EnumSet<AllowableDeviations> deviations) Create a newSyslog5424Listener.