Class JsonParameterInfoValues

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Text.Json
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Text.Json.Serialization.Metadata.JsonParameterInfoValues
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • JsonParameterInfoValues

        public JsonParameterInfoValues​(java.lang.Object instance)
                                throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • JsonParameterInfoValues

        public JsonParameterInfoValues()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getHasDefaultValue

        public boolean getHasDefaultValue()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHasDefaultValue

        public void setHasDefaultValue​(boolean HasDefaultValue)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPosition

        public int getPosition()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPosition

        public void setPosition​(int Position)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDefaultValue

        public NetObject getDefaultValue()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDefaultValue

        public void setDefaultValue​(NetObject DefaultValue)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getName

        public java.lang.String getName()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setName

        public void setName​(java.lang.String Name)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getParameterType

        public NetType getParameterType()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setParameterType

        public void setParameterType​(NetType ParameterType)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable