Interface AttributeRepositoryResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This is
AttributeRepositoryResolver.- Since:
- 7.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeRepositoryResolverAll repositories attribute repository resolver.Resolve attribute repository ids that should be used for attribute fetching..
-
Field Details
-
BEAN_NAME
Default bean name.- See Also:
-
-
Method Details
-
resolve
Resolve attribute repository ids that should be used for attribute fetching..- Parameters:
query- the query- Returns:
- the set
-
allAttributeRepositories
All repositories attribute repository resolver.- Returns:
- the attribute repository resolver
-