Class MapUriProcessor

    • Constructor Detail

      • MapUriProcessor

        public MapUriProcessor()
    • Method Detail

      • setMapping

        public void setMapping​(java.util.Map<java.lang.String,​java.lang.String> mapping)
        Set the uri mappings.

        The key is a regular expression that must match uri's string form. The value will be used for the replacement.

        Parameters:
        mapping - the uri mappings.
      • extraValidation

        protected void extraValidation​(java.util.List<java.lang.Throwable> validationErrors,
                                       Configuration configuration)
        Description copied from class: AbstractProcessor
        Perform any extra validation a subclass may need to perform.
        Overrides:
        extraValidation in class AbstractClientHttpRequestFactoryProcessor
        Parameters:
        validationErrors - a list to add errors to so that all validation errors are reported as one.
        configuration - the containing configuration