Uses of Annotation Interface
com.arangodb.springframework.annotation.From
Packages that use From
Package
Description
-
Uses of From in com.arangodb.springframework.core.convert.resolver
Methods in com.arangodb.springframework.core.convert.resolver with parameters of type FromModifier and TypeMethodDescriptionDocumentFromResolver.resolveMultiple(String id, TypeInformation<?> type, Collection<TypeInformation<?>> traversedTypes, From annotation) EdgeFromResolver.resolveMultiple(String id, TypeInformation<?> type, Collection<TypeInformation<?>> traversedTypes, From annotation) DocumentFromResolver.resolveOne(String id, TypeInformation<?> type, Collection<TypeInformation<?>> traversedTypes, From annotation) EdgeFromResolver.resolveOne(String id, TypeInformation<?> type, Collection<TypeInformation<?>> traversedTypes, From annotation) -
Uses of From in com.arangodb.springframework.core.mapping
Methods in com.arangodb.springframework.core.mapping that return types with arguments of type From