Class JServiceMethod


  • public class JServiceMethod
    extends java.lang.Object
    Created by morimekta on 4/24/16.
    • Constructor Detail

      • JServiceMethod

        public JServiceMethod​(net.morimekta.providence.reflect.contained.CService service,
                              net.morimekta.providence.reflect.contained.CServiceMethod method,
                              JHelper helper)
    • Method Detail

      • getMethod

        public net.morimekta.providence.reflect.contained.CServiceMethod getMethod()
      • getService

        public net.morimekta.providence.reflect.contained.CService getService()
      • constant

        public java.lang.String constant()
      • name

        public java.lang.String name()
      • methodName

        public java.lang.String methodName()
      • getRequestClass

        public java.lang.String getRequestClass()
      • getResponseClass

        public java.lang.String getResponseClass()
      • getResponse

        public JField getResponse()
      • params

        public JField[] params()
      • exceptions

        public JField[] exceptions()