Package org.bremersee.acl.mapper
Interface AclMapper<T extends Acl>
- Type Parameters:
T- the acl type
- All Known Implementing Classes:
AbstractAclMapper,DefaultAclMapper
public interface AclMapper<T extends Acl>
The acl mapper.
- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptionmap(AccessControlList accessControlList) Map access control list dto to business object.Map access control list (entity) to dto.
-
Method Details
-
map
Map access control list (entity) to dto.- Parameters:
acl- the acl- Returns:
- the access control list
-
map
Map access control list dto to business object.- Parameters:
accessControlList- the access control list- Returns:
- the acl of the specified type
-