Uses of Class
io.activej.types.scanner.TypeScannerRegistry.Context
Packages that use TypeScannerRegistry.Context
-
Uses of TypeScannerRegistry.Context in io.activej.types.scanner
Methods in io.activej.types.scanner that return TypeScannerRegistry.ContextModifier and TypeMethodDescriptionTypeScannerRegistry.Context.getStack()Returns a context stack ofthiscontextTypeScannerRegistry.Context.push(AnnotatedType annotatedType) Pushesthiscontext onto a context stack and returns a new contextTypeScannerRegistry.Context.withContextValue(Object value) Sets a context value to this contextTypeScannerRegistry.Context.withMapping(TypeScannerRegistry.Mapping<R> mappingFn) Sets a mapping that defines howTypeScannerRegistry.Contextvalue should be retrieved from thisTypeScannerRegistry.Context<R>TypeScannerRegistry.Context.withMapping(BiFunction<TypeScannerRegistry.Mapping<R>, TypeScannerRegistry.Context<R>, R> mappingFn) Adds a mapping that defines howTypeScannerRegistry.Contextvalue should be retrieved from aTypeScannerRegistry.Context<R>and a previous mappingMethods in io.activej.types.scanner with parameters of type TypeScannerRegistry.ContextModifier and TypeMethodDescriptionTypeScannerRegistry.Mapping.apply(TypeScannerRegistry.Context<R> ctx) TypeScannerRegistry.scan(TypeScannerRegistry.Context<R> ctx) Scans a context and retrievesTypeScannerRegistryvalue as a resultMethod parameters in io.activej.types.scanner with type arguments of type TypeScannerRegistry.ContextModifier and TypeMethodDescriptionTypeScannerRegistry.Context.withMapping(BiFunction<TypeScannerRegistry.Mapping<R>, TypeScannerRegistry.Context<R>, R> mappingFn) Adds a mapping that defines howTypeScannerRegistry.Contextvalue should be retrieved from aTypeScannerRegistry.Context<R>and a previous mappingTypeScannerRegistry.withMapping(BiFunction<TypeScannerRegistry.Mapping<R>, TypeScannerRegistry.Context<R>, R> mappingFn) Adds a mapping that defines howTypeScannerRegistryvalue should be retrieved from aTypeScannerRegistry.Context<R>and a mapping that doesTypeScannerRegistry.scan(Context)