Uses of Class
io.activej.types.scanner.TypeScannerRegistry
Packages that use TypeScannerRegistry
-
Uses of TypeScannerRegistry in io.activej.types.scanner
Methods in io.activej.types.scanner that return TypeScannerRegistryModifier and TypeMethodDescriptionstatic <R> TypeScannerRegistry<R>TypeScannerRegistry.copyOf(TypeScannerRegistry<R> registry) static <R> TypeScannerRegistry<R>TypeScannerRegistry.create()Creates a newTypeScannerRegistryTypeScannerRegistry.with(TypeT<?> typeT, TypeScannerRegistry.Mapping<R> fn) Adds a mapping for a given typeTypeScannerRegistry.with(Type type, TypeScannerRegistry.Mapping<R> fn) Adds a mapping for a given typeTypeScannerRegistry.withMapping(TypeScannerRegistry.Mapping<R> mappingFn) Adds a mapping that defines howTypeScannerRegistryvalue should be retrieved from aTypeScannerRegistry.Context<R>TypeScannerRegistry.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 doesscan(Context)Methods in io.activej.types.scanner with parameters of type TypeScannerRegistryModifier and TypeMethodDescriptionstatic <R> TypeScannerRegistry<R>TypeScannerRegistry.copyOf(TypeScannerRegistry<R> registry)