Class MethodMetaProperty

    • Constructor Detail

      • MethodMetaProperty

        public MethodMetaProperty​(String name,
                                  MetaMethod method)
    • Method Detail

      • setProperty

        public void setProperty​(Object object,
                                Object newValue)
        Description copied from class: MetaProperty
        Sets the property on the given object to the new value
        Specified by:
        setProperty in class MetaProperty
        Parameters:
        object - on which to set the property
        newValue - the new value of the property
      • getMetaMethod

        public MetaMethod getMetaMethod()