Package io.micronaut.views.fields
Interface FieldsetConsumer
- All Superinterfaces:
Consumer<List<FormElement>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A consumer of a list of
FormElement
fields. Allows you to modify the list of fields being generated.- Since:
- 5.6.0
- Author:
- Sergio del Amo
-
Method Summary