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