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