JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
io.micronaut.context.annotation
Annotation Interface EachBean.RemapGeneric
Enclosing class:
EachBean
@Retention
(
RUNTIME
)
public static @interface
EachBean.RemapGeneric
The generics remapping configuration.
Since:
4.6
Author:
Denis Stepanov
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
Class
<?>
type
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
to
Element Details
type
Class
<?>
type
Returns:
The tape of which does these generics belong.
name
String
name
Returns:
The name of the generic defined on the driven bean.
to
String
to
Returns:
The name of the generic on the produced bean. If not specified the same name will be used.
Default:
""