Package-level declarations

Types

Link copied to clipboard
class TransformSpecToElements(addressRepository: AddressRepository, initialValues: Map<IdentifierSpec, String?>, shippingValues: Map<IdentifierSpec, String?>?, amount: Amount?, saveForFutureUseInitialValue: Boolean, merchantName: String, context: Context, viewOnlyFields: Set<IdentifierSpec> = emptySet())

Transform a LayoutSpec data object into an Element, which has a controller and identifier. With only a single field in a section the section controller will be a pass through the field controller.

Functions

Properties