Interface TypeScannerRegistry.Mapping<R>

Type Parameters:
R - type of value to be retrieved from the context
All Superinterfaces:
Function<TypeScannerRegistry.Context<R>,R>
Enclosing class:
TypeScannerRegistry<R>

public static interface TypeScannerRegistry.Mapping<R> extends Function<TypeScannerRegistry.Context<R>,R>
An interface that describes how TypeScannerRegistry.Mapping value should be retrieved from a TypeScannerRegistry.Context<R>