Indicates an aggregation of
DomainConverter classes.
The full qualified name of the annotated class must be specified in annotation processing
options. The option key is doma.domain.converters.
@DomainConverters({ SalaryConverter.class, DayConverter.class, LocationConverter.class })
public class DomainConvertersProvider {
}
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<? extends DomainConverter<?,?>>[] value- Returns:
- the array of
DomainConverterclasses that should be registered for domain type conversion.
- Default:
- {}
-