Class WrapperDescriptor


  • public class WrapperDescriptor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.reflect.Method method  
      java.util.List<Binding> parameters
      the parameters to bind
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parameters

        public java.util.List<Binding> parameters
        the parameters to bind
      • method

        public java.lang.reflect.Method method
    • Constructor Detail

      • WrapperDescriptor

        public WrapperDescriptor()