Is there a way to register new Element Parsers through the plugin API in 2.3.3?

Is it possible to register new parse elements like the FromParseElement etc. so that new parameters can be passed with the request body using the plugin API in 2.3.3

For eg.

{
      "from":0, "size":10,
      "new_element": true
}