Uses of Interface
org.springframework.data.mapping.InstanceCreatorMetadata
Packages that use InstanceCreatorMetadata
Package
Description
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of InstanceCreatorMetadata in org.springframework.data.mapping
Classes in org.springframework.data.mapping that implement InstanceCreatorMetadataModifier and TypeClassDescriptionfinal classFactoryMethod<T, P extends PersistentProperty<P>>Value object to encapsulate the factory method to be used when mapping persistent data to objects.final classPreferredConstructor<T, P extends PersistentProperty<P>>Value object to encapsulate the constructor to be used when mapping persistent data to objects.Methods in org.springframework.data.mapping that return InstanceCreatorMetadataModifier and TypeMethodDescription@Nullable InstanceCreatorMetadata<P> PersistentEntity.getInstanceCreatorMetadata()Returns theInstanceCreatorMetadatato be used to instantiate objects of thisPersistentEntity. -
Uses of InstanceCreatorMetadata in org.springframework.data.mapping.model
Methods in org.springframework.data.mapping.model that return InstanceCreatorMetadataModifier and TypeMethodDescription@Nullable InstanceCreatorMetadata<?> MappingInstantiationException.getEntityCreator()The entity creator used during the instantiation attempt.@Nullable InstanceCreatorMetadata<P> BasicPersistentEntity.getInstanceCreatorMetadata()