Uses of Interface
io.activej.types.scanner.TypeScannerRegistry.Mapping
Packages that use TypeScannerRegistry.Mapping
-
Uses of TypeScannerRegistry.Mapping in io.activej.types.scanner
Methods in io.activej.types.scanner that return TypeScannerRegistry.MappingModifier and TypeMethodDescriptionTypeScannerRegistry.MappingEntry.fn()Returns the value of thefnrecord component.Methods in io.activej.types.scanner with parameters of type TypeScannerRegistry.MappingModifier and TypeMethodDescriptionTypeScannerRegistry.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.Context.withMapping(TypeScannerRegistry.Mapping<R> mappingFn) Sets a mapping that defines howTypeScannerRegistry.Contextvalue should be retrieved from thisTypeScannerRegistry.Context<R>TypeScannerRegistry.withMapping(TypeScannerRegistry.Mapping<R> mappingFn) Adds a mapping that defines howTypeScannerRegistryvalue should be retrieved from aTypeScannerRegistry.Context<R>Method parameters in io.activej.types.scanner with type arguments of type TypeScannerRegistry.MappingModifier 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)Constructors in io.activej.types.scanner with parameters of type TypeScannerRegistry.MappingModifierConstructorDescriptionMappingEntry(Type type, TypeScannerRegistry.Mapping<R> fn) Creates an instance of aMappingEntryrecord class.