Uses of Interface
org.springframework.data.cassandra.core.mapping.UserTypeResolver
Packages that use UserTypeResolver
Package
Description
Spring Data Cassandra
factory beans and configuration.Spring Data Cassandra specific converter infrastructure.
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
-
Uses of UserTypeResolver in org.springframework.data.cassandra.config
Methods in org.springframework.data.cassandra.config that return UserTypeResolverModifier and TypeMethodDescriptionprotected UserTypeResolverAbstractCassandraConfiguration.userTypeResolver(com.datastax.oss.driver.api.core.CqlSession cqlSession) Creates a newUserTypeResolverfrom the givenCqlSession. -
Uses of UserTypeResolver in org.springframework.data.cassandra.core.convert
Methods in org.springframework.data.cassandra.core.convert that return UserTypeResolverModifier and TypeMethodDescriptionMappingCassandraConverter.getUserTypeResolver()Returns the configuredUserTypeResolver.Methods in org.springframework.data.cassandra.core.convert with parameters of type UserTypeResolverModifier and TypeMethodDescriptionvoidMappingCassandraConverter.setUserTypeResolver(UserTypeResolver userTypeResolver) Sets theUserTypeResolver. -
Uses of UserTypeResolver in org.springframework.data.cassandra.core.mapping
Classes in org.springframework.data.cassandra.core.mapping that implement UserTypeResolverModifier and TypeClassDescriptionclassDefault implementation ofUserTypeResolverthat resolves aUserDefinedTypeby its name fromMetadata.