Class OauthServerInfoMapperImpl
- java.lang.Object
-
- de.adorsys.ledgers.middleware.impl.converter.OauthServerInfoMapperImpl
-
- All Implemented Interfaces:
OauthServerInfoMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2021-04-23T08:07:55+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.11 (Azul Systems, Inc.)") @Component public class OauthServerInfoMapperImpl extends Object implements OauthServerInfoMapper
-
-
Constructor Summary
Constructors Constructor Description OauthServerInfoMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<GrantTypeTO>grantTypeBOListToGrantTypeTOList(List<GrantTypeBO> list)protected GrantTypeTOgrantTypeBOToGrantTypeTO(GrantTypeBO grantTypeBO)protected List<GrantTypeBO>grantTypeTOListToGrantTypeBOList(List<GrantTypeTO> list)protected GrantTypeBOgrantTypeTOToGrantTypeBO(GrantTypeTO grantTypeTO)protected List<ResponseTypeTO>responseTypeBOListToResponseTypeTOList(List<ResponseTypeBO> list)protected ResponseTypeTOresponseTypeBOToResponseTypeTO(ResponseTypeBO responseTypeBO)protected List<ResponseTypeBO>responseTypeTOListToResponseTypeBOList(List<ResponseTypeTO> list)protected ResponseTypeBOresponseTypeTOToResponseTypeBO(ResponseTypeTO responseTypeTO)OauthServerInfoBOtoOauthServerInfoBO(OauthServerInfoTO source)OauthServerInfoTOtoOauthServerInfoTO(OauthServerInfoBO source)
-
-
-
Method Detail
-
toOauthServerInfoBO
public OauthServerInfoBO toOauthServerInfoBO(OauthServerInfoTO source)
- Specified by:
toOauthServerInfoBOin interfaceOauthServerInfoMapper
-
toOauthServerInfoTO
public OauthServerInfoTO toOauthServerInfoTO(OauthServerInfoBO source)
- Specified by:
toOauthServerInfoTOin interfaceOauthServerInfoMapper
-
responseTypeTOToResponseTypeBO
protected ResponseTypeBO responseTypeTOToResponseTypeBO(ResponseTypeTO responseTypeTO)
-
responseTypeTOListToResponseTypeBOList
protected List<ResponseTypeBO> responseTypeTOListToResponseTypeBOList(List<ResponseTypeTO> list)
-
grantTypeTOToGrantTypeBO
protected GrantTypeBO grantTypeTOToGrantTypeBO(GrantTypeTO grantTypeTO)
-
grantTypeTOListToGrantTypeBOList
protected List<GrantTypeBO> grantTypeTOListToGrantTypeBOList(List<GrantTypeTO> list)
-
responseTypeBOToResponseTypeTO
protected ResponseTypeTO responseTypeBOToResponseTypeTO(ResponseTypeBO responseTypeBO)
-
responseTypeBOListToResponseTypeTOList
protected List<ResponseTypeTO> responseTypeBOListToResponseTypeTOList(List<ResponseTypeBO> list)
-
grantTypeBOToGrantTypeTO
protected GrantTypeTO grantTypeBOToGrantTypeTO(GrantTypeBO grantTypeBO)
-
grantTypeBOListToGrantTypeTOList
protected List<GrantTypeTO> grantTypeBOListToGrantTypeTOList(List<GrantTypeBO> list)
-
-