Class FieldsFilter


  • public class FieldsFilter
    extends java.lang.Object
    • Constructor Detail

      • FieldsFilter

        public FieldsFilter​(javax.servlet.http.HttpServletRequest request,
                            DataMapper dataMapper,
                            FieldSetBuilder fieldSetBuilder)
    • Method Detail

      • filterFields

        public java.lang.Object filterFields​(org.aspectj.lang.ProceedingJoinPoint joinPoint)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • process

        protected java.lang.Object process​(java.lang.Object result)
      • getFieldsetLevel

        protected java.lang.String getFieldsetLevel()
      • setDisableFullMapping

        public void setDisableFullMapping​(boolean disableFullMapping)
      • getDataMapper

        protected DataMapper getDataMapper()
      • getRequest

        protected javax.servlet.http.HttpServletRequest getRequest()
      • isDisableFullMapping

        protected boolean isDisableFullMapping()