Uses of Enum Class
org.infinispan.protostream.config.Configuration.SchemaValidation
Packages that use Configuration.SchemaValidation
Package
Description
Fluent configuration API for ProtoStream.
-
Uses of Configuration.SchemaValidation in org.infinispan.protostream.config
Fields in org.infinispan.protostream.config declared as Configuration.SchemaValidationModifier and TypeFieldDescriptionstatic final Configuration.SchemaValidationConfiguration.SchemaValidation.DEFAULTMethods in org.infinispan.protostream.config that return Configuration.SchemaValidationModifier and TypeMethodDescriptionConfiguration.schemaValidation()The type of validation done when updating schemas in theSerializationContext.Returns the enum constant of this class with the specified name.static Configuration.SchemaValidation[]Configuration.SchemaValidation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.protostream.config with parameters of type Configuration.SchemaValidationModifier and TypeMethodDescriptionConfiguration.Builder.schemaValidation(Configuration.SchemaValidation schemaValidation) -
Uses of Configuration.SchemaValidation in org.infinispan.protostream.config.impl
Fields in org.infinispan.protostream.config.impl declared as Configuration.SchemaValidationModifier and TypeFieldDescriptionprivate Configuration.SchemaValidationConfigurationImpl.BuilderImpl.schemaValidationprivate final Configuration.SchemaValidationConfigurationImpl.schemaValidationMethods in org.infinispan.protostream.config.impl that return Configuration.SchemaValidationMethods in org.infinispan.protostream.config.impl with parameters of type Configuration.SchemaValidationModifier and TypeMethodDescriptionConfigurationImpl.BuilderImpl.schemaValidation(Configuration.SchemaValidation schemaValidation)