Package io.activej.types.scanner
Interface TypeScanner<R>
public interface TypeScanner<R>
An interface that defines how to map annotated types to
TypeScanner results-
Method Summary
Modifier and TypeMethodDescriptiondefault RScans a type token and maps it to anTypeScannerresultscan(AnnotatedType type) Scans an annotated type and maps it to anTypeScannerresultdefault RScans a type and maps it to anTypeScannerresult
-
Method Details
-
scan
Scans an annotated type and maps it to anTypeScannerresult- Parameters:
type- an annotated type to be scanned- Returns:
- a result of scan
-
scan
Scans a type and maps it to anTypeScannerresult- Parameters:
type- a type to be scanned- Returns:
- a result of scan
-
scan
Scans a type token and maps it to anTypeScannerresult- Parameters:
type- a type token to be scanned- Returns:
- a result of scan
-