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
InputFileFormElement
if the bean property isCompletedFileUpload
.Composite Pattern implementaiton for theFormElementResolver
API.Default implementation of theFormElementResolver
API.Resolves given a bean property theFormElement
class which should be used to be build the element.