Class MethodParameterContext


  • public class MethodParameterContext
    extends Object
    Context execution for a method parameter. It contains the current Attribute wrapper, the value for method parameters and the object serial/deserial to use.
    Author:
    andrea del bene
    See Also:
    IWebSerialDeserial
    • Constructor Detail

      • MethodParameterContext

        public MethodParameterContext​(org.wicketstuff.restutils.wicket.AttributesWrapper attributesWrapper,
                                      Map<String,​String> pathParameters,
                                      IWebSerialDeserial serialDeserial)
    • Method Detail

      • getAttributesWrapper

        public org.wicketstuff.restutils.wicket.AttributesWrapper getAttributesWrapper()