Class MethodAttributes


  • public class MethodAttributes
    extends Object
    • Constructor Detail

      • MethodAttributes

        public MethodAttributes​(String[] methodProducesNew)
      • MethodAttributes

        public MethodAttributes()
    • Method Detail

      • getClassProduces

        public String[] getClassProduces()
      • setClassProduces

        public void setClassProduces​(String[] classProduces)
      • getClassConsumes

        public String[] getClassConsumes()
      • setClassConsumes

        public void setClassConsumes​(String[] classConsumes)
      • getMethodProduces

        public String[] getMethodProduces()
      • getMethodConsumes

        public String[] getMethodConsumes()
      • calculateConsumesProduces

        public void calculateConsumesProduces​(Method method)
      • getAllConsumes

        public String[] getAllConsumes()
      • getAllProduces

        public String[] getAllProduces()
      • isMethodOverloaded

        public boolean isMethodOverloaded()
      • setMethodOverloaded

        public void setMethodOverloaded​(boolean overloaded)
      • setWithApiResponseDoc

        public void setWithApiResponseDoc​(boolean withApiDoc)
      • isNoApiResponseDoc

        public boolean isNoApiResponseDoc()
      • getJsonViewAnnotation

        public com.fasterxml.jackson.annotation.JsonView getJsonViewAnnotation()
      • setJsonViewAnnotation

        public void setJsonViewAnnotation​(com.fasterxml.jackson.annotation.JsonView jsonViewAnnotation)
      • getJsonViewAnnotationForRequestBody

        public com.fasterxml.jackson.annotation.JsonView getJsonViewAnnotationForRequestBody()
      • setJsonViewAnnotationForRequestBody

        public void setJsonViewAnnotationForRequestBody​(com.fasterxml.jackson.annotation.JsonView jsonViewAnnotationForRequestBody)