Uses of Interface
org.springframework.data.rest.core.AggregateReference
Packages that use AggregateReference
-
Uses of AggregateReference in org.springframework.data.rest.core
Subinterfaces of AggregateReference in org.springframework.data.rest.coreModifier and TypeInterfaceDescriptioninterfaceAssociationAggregateReference<T extends org.jmolecules.ddd.types.AggregateRoot<T,ID>, ID extends org.jmolecules.ddd.types.Identifier> AnAggregateReferencethat can also resolve into jMoleculesAssociationinstances.Classes in org.springframework.data.rest.core that implement AggregateReferenceModifier and TypeClassDescriptionclassAnAggregateReferenceimplementation that resolves the source URI given aFunctionor into a fixed value.Methods in org.springframework.data.rest.core that return AggregateReferenceModifier and TypeMethodDescriptionAggregateReference.withIdSource(Function<UriComponents, Object> extractor) Creates a newAggregateReferenceresolving the identifier source value from the givenUriComponents.ResolvingAggregateReference.withIdSource(Function<UriComponents, Object> extractor)