Uses of Class
com.solace.serdes.common.resolver.config.SchemaResolverProperties.IfArtifactExists
-
Packages that use SchemaResolverProperties.IfArtifactExists Package Description com.solace.serdes.common.resolver.config Provides configuration classes for schema resolvers, including properties for connecting to schema registries. -
-
Uses of SchemaResolverProperties.IfArtifactExists in com.solace.serdes.common.resolver.config
Methods in com.solace.serdes.common.resolver.config that return SchemaResolverProperties.IfArtifactExists Modifier and Type Method Description SchemaResolverProperties.IfArtifactExists
SchemaResolverProperties. getAutoRegisterArtifactIfExists()
Retrieves the behavior to use when auto-registering artifacts that might already exist.static SchemaResolverProperties.IfArtifactExists
SchemaResolverProperties.IfArtifactExists. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaResolverProperties.IfArtifactExists[]
SchemaResolverProperties.IfArtifactExists. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-