Class CallArgs


  • @ParametersAreNonnullByDefault
    public class CallArgs
    extends InputArgs
    Base type for all call argument classes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static CallArgs Empty  
    • Constructor Summary

      Constructors 
      Constructor Description
      CallArgs()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void validateMember​(java.lang.Class<?> memberType, java.lang.String fullName)  
      • Methods inherited from class java.lang.Object

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

      • Empty

        public static final CallArgs Empty
    • Constructor Detail

      • CallArgs

        public CallArgs()
    • Method Detail

      • validateMember

        protected void validateMember​(java.lang.Class<?> memberType,
                                      java.lang.String fullName)
        Specified by:
        validateMember in class InputArgs