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 TypeInterfaceDescriptioninterface
AssociationAggregateReference<T extends org.jmolecules.ddd.types.AggregateRoot<T,
ID>, ID extends org.jmolecules.ddd.types.Identifier> AnAggregateReference
that can also resolve into jMoleculesAssociation
instances.Classes in org.springframework.data.rest.core that implement AggregateReferenceModifier and TypeClassDescriptionclass
AnAggregateReference
implementation that resolves the source URI given aFunction
or into a fixed value.Methods in org.springframework.data.rest.core that return AggregateReferenceModifier and TypeMethodDescriptionAggregateReference.withIdSource
(Function<UriComponents, Object> extractor) Creates a newAggregateReference
resolving the identifier source value from the givenUriComponents
.ResolvingAggregateReference.withIdSource
(Function<UriComponents, Object> extractor)