Interface ToAttributeDescriptorsMapper<INPUT>

Type Parameters:
INPUT - input - can be ComposedType, typeCode, Workbook etc.
All Superinterfaces:
ExcelMapper<INPUT,AttributeDescriptorModel>, Function<INPUT,Collection<AttributeDescriptorModel>>
All Known Implementing Classes:
FromComposedTypeToAttributeDescriptorsMapper, FromExcelResultToAttributeDescriptorsMapper, FromTypeCodeToAttributeDescriptorsMapper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ToAttributeDescriptorsMapper<INPUT> extends ExcelMapper<INPUT,AttributeDescriptorModel>
Allows for mapping given value to collection of AttributeDescriptorModel