Class ScaMethodConverterImpl
- java.lang.Object
-
- de.adorsys.aspsp.xs2a.connector.spi.converter.ScaMethodConverterImpl
-
- All Implemented Interfaces:
ScaMethodConverter
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2021-09-13T14:38:42+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.12 (Azul Systems, Inc.)") @Component public class ScaMethodConverterImpl extends Object implements ScaMethodConverter
-
-
Constructor Summary
Constructors Constructor Description ScaMethodConverterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObjecttoAuthenticationObject(de.adorsys.ledgers.middleware.api.domain.um.ScaUserDataTO method)List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject>toAuthenticationObjectList(List<de.adorsys.ledgers.middleware.api.domain.um.ScaUserDataTO> methods)
-
-
-
Method Detail
-
toAuthenticationObject
public de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject toAuthenticationObject(de.adorsys.ledgers.middleware.api.domain.um.ScaUserDataTO method)
- Specified by:
toAuthenticationObjectin interfaceScaMethodConverter
-
toAuthenticationObjectList
public List<de.adorsys.psd2.xs2a.core.authorisation.AuthenticationObject> toAuthenticationObjectList(List<de.adorsys.ledgers.middleware.api.domain.um.ScaUserDataTO> methods)
- Specified by:
toAuthenticationObjectListin interfaceScaMethodConverter
-
-