@Generated(value="org.mapstruct.ap.MappingProcessor", date="2019-10-21T11:43:02+0000", comments="version: 1.3.0.Final, compiler: javac, environment: Java 1.8.0_222 (Private Build)") @Component public class OauthServerInfoMapperImpl extends Object implements OauthServerInfoMapper
| Constructor and Description |
|---|
OauthServerInfoMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected List<GrantTypeTO> |
grantTypeBOListToGrantTypeTOList(List<GrantTypeBO> list) |
protected GrantTypeTO |
grantTypeBOToGrantTypeTO(GrantTypeBO grantTypeBO) |
protected List<GrantTypeBO> |
grantTypeTOListToGrantTypeBOList(List<GrantTypeTO> list) |
protected GrantTypeBO |
grantTypeTOToGrantTypeBO(GrantTypeTO grantTypeTO) |
protected List<ResponseTypeTO> |
responseTypeBOListToResponseTypeTOList(List<ResponseTypeBO> list) |
protected ResponseTypeTO |
responseTypeBOToResponseTypeTO(ResponseTypeBO responseTypeBO) |
protected List<ResponseTypeBO> |
responseTypeTOListToResponseTypeBOList(List<ResponseTypeTO> list) |
protected ResponseTypeBO |
responseTypeTOToResponseTypeBO(ResponseTypeTO responseTypeTO) |
OauthServerInfoBO |
toOauthServerInfoBO(OauthServerInfoTO source) |
OauthServerInfoTO |
toOauthServerInfoTO(OauthServerInfoBO source) |
public OauthServerInfoBO toOauthServerInfoBO(OauthServerInfoTO source)
toOauthServerInfoBO in interface OauthServerInfoMapperpublic OauthServerInfoTO toOauthServerInfoTO(OauthServerInfoBO source)
toOauthServerInfoTO in interface OauthServerInfoMapperprotected ResponseTypeBO responseTypeTOToResponseTypeBO(ResponseTypeTO responseTypeTO)
protected List<ResponseTypeBO> responseTypeTOListToResponseTypeBOList(List<ResponseTypeTO> list)
protected GrantTypeBO grantTypeTOToGrantTypeBO(GrantTypeTO grantTypeTO)
protected List<GrantTypeBO> grantTypeTOListToGrantTypeBOList(List<GrantTypeTO> list)
protected ResponseTypeTO responseTypeBOToResponseTypeTO(ResponseTypeBO responseTypeBO)
protected List<ResponseTypeTO> responseTypeBOListToResponseTypeTOList(List<ResponseTypeBO> list)
protected GrantTypeTO grantTypeBOToGrantTypeTO(GrantTypeBO grantTypeBO)
protected List<GrantTypeTO> grantTypeBOListToGrantTypeTOList(List<GrantTypeBO> list)
Copyright © 2019. All rights reserved.