Package dev.morphia.annotations
Annotation Type Converters
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @Deprecated(since="2.0", forRemoval=true) public @interface Converters
Deprecated, for removal: This API element is subject to removal in a future version.Declares converters required for this entity/class; converters are registered globally at time of the meta-data discovery.- Author:
- Scott Hernandez
-
-
Element Detail
-
value
Class<?>[] value
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- The Converters to apply to a field.
-
-