@Service
public class DTOSecurityUtils
extends Object
-
Constructor Summary
Constructors
-
Method Summary
<D extends org.cxbox.api.data.dto.DataResponseDTO>
Set<DtoField<D,?>>
Returns a set of dto fields (
DtoField) for the given dto class
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DTOSecurityUtils
public DTOSecurityUtils()
-
Method Details
-
getDtoFields
public <D extends org.cxbox.api.data.dto.DataResponseDTO>
Set<DtoField<D,?>> getDtoFields(Class<D> dtoClass)
Returns a set of dto fields (
DtoField) for the given dto class