Class DocumentToAclConverter
java.lang.Object
org.bremersee.acl.spring.data.mongodb.convert.DocumentToAclConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.bson.Document,Acl>
@ReadingConverter
public class DocumentToAclConverter
extends Object
implements org.springframework.core.convert.converter.Converter<org.bson.Document,Acl>
The document to acl converter.
- Author:
- Christian Bremer
-
Constructor Details
-
DocumentToAclConverter
public DocumentToAclConverter()Instantiates a new document to acl converter.
-
-
Method Details