JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.context.annotation
EachBean
RemapGeneric
Contents
Description
Required Element Summary
Optional Element Summary
Element Details
type
name
to
Hide sidebar
Show sidebar
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:
""