Class EmptyFiller

  • All Implemented Interfaces:
    Filler

    public class EmptyFiller
    extends Object
    implements Filler
    「Co」Critical Specific This `Filler` is placeholder for Body/Stream data in RESTful web request here In current Filler, it do nothing because the body extracting will go through `Resolver` for different MIME here.
    Author:
    Lang
    • Constructor Detail

      • EmptyFiller

        public EmptyFiller()
    • Method Detail

      • apply

        public Object apply​(String name,
                            Class<?> paramType,
                            io.vertx.ext.web.RoutingContext context)
        Description copied from interface: Filler
        The major code logic to get the value of input field name here.
        Specified by:
        apply in interface Filler
        Parameters:
        name - The parameter name
        paramType - The parameter declared type
        context - The `RoutingContext` of Vert.x ( vertx-web )
        Returns:
        The extracted value of parameter