Package io.micronaut.views.fields.formelementresolvers
package io.micronaut.views.fields.formelementresolvers
Defines an API to resolve a Form Element class given a bean property.
- Since:
 - 5.1.0
 - Author:
 - Sergio del Amo
 
- 
ClassDescriptionResolves a form element of type
InputFileFormElementif the bean property isCompletedFileUpload.Composite Pattern implementaiton for theFormElementResolverAPI.Default implementation of theFormElementResolverAPI.Resolves given a bean property theFormElementclass which should be used to be build the element.