Class InMemoryDescendingSortResolver
java.lang.Object
ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver<S,InMemorySearchResolvingContext,InMemorySearchResolvingContext>
ai.stapi.graphoperations.graphLoader.inmemory.AbstractInMemorySearchOptionResolver<SortOption>
ai.stapi.graphoperations.graphLoader.inmemory.InMemorySortResolver
ai.stapi.graphoperations.graphLoader.inmemory.InMemoryDescendingSortResolver
- All Implemented Interfaces:
SearchOptionResolver<InMemorySearchResolvingContext>
-
Nested Class Summary
Nested classes/interfaces inherited from class ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver
AbstractSearchOptionResolver.SchemaAndCollectionComparisonOperator -
Field Summary
Fields inherited from class ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver
structureSchemaFinder -
Constructor Summary
ConstructorsConstructorDescriptionInMemoryDescendingSortResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, InMemoryGraphLoader inMemoryGraphLoader) -
Method Summary
Modifier and TypeMethodDescriptionprotected InMemorySearchResolvingContextresolveTyped(SortOption option, InMemorySearchResolvingContext context) booleansupports(SearchOption<?> option) Methods inherited from class ai.stapi.graphoperations.graphLoader.inmemory.InMemorySortResolver
getSortingValueMethods inherited from class ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver
createRelationshipStructureSchema, resolve
-
Constructor Details
-
InMemoryDescendingSortResolver
public InMemoryDescendingSortResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, InMemoryGraphLoader inMemoryGraphLoader)
-
-
Method Details
-
resolveTyped
protected InMemorySearchResolvingContext resolveTyped(SortOption option, InMemorySearchResolvingContext context) - Specified by:
resolveTypedin classAbstractSearchOptionResolver<SortOption,InMemorySearchResolvingContext, InMemorySearchResolvingContext>
-
supports
-