Interface OauthServerInfoMapper
-
- All Known Implementing Classes:
OauthServerInfoMapperImpl
public interface OauthServerInfoMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OauthServerInfoBOtoOauthServerInfoBO(OauthServerInfoTO source)OauthServerInfoTOtoOauthServerInfoTO(OauthServerInfoBO source)
-
-
-
Method Detail
-
toOauthServerInfoBO
OauthServerInfoBO toOauthServerInfoBO(OauthServerInfoTO source)
-
toOauthServerInfoTO
OauthServerInfoTO toOauthServerInfoTO(OauthServerInfoBO source)
-
-