Class CustomDatatypesComponentGenerationStrategy

java.lang.Object
io.jmix.ui.component.factory.AbstractComponentGenerationStrategy
io.jmix.ui.component.factory.CustomDatatypesComponentGenerationStrategy
All Implemented Interfaces:
ComponentGenerationStrategy, org.springframework.core.Ordered

@Component("ui_CustomDatatypesComponentGenerationStrategy") public class CustomDatatypesComponentGenerationStrategy extends AbstractComponentGenerationStrategy implements org.springframework.core.Ordered
This generation strategy is intended for generating a default field corresponding to a datatype for which other generation strategies didn't create a field. For instance, when a datatype is custom and doesn't match any type for which DefaultComponentGenerationStrategy creates fields.