JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
net.elytrium.serializer.annotations
Annotation Interface MapType
@Documented
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
MapType
Specifies which map type to use.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
Class
<? extends
Map
>
value
Element Details
value
Class
<? extends
Map
>
value
Returns:
Class that will be initialized when the Map field is read. (e.g. HashMap.class)