Class MatrixVariableParameterProcessor

java.lang.Object
org.springframework.cloud.openfeign.annotation.MatrixVariableParameterProcessor
All Implemented Interfaces:
AnnotatedParameterProcessor

public class MatrixVariableParameterProcessor extends Object implements AnnotatedParameterProcessor
MatrixVariable annotation processor. Can expand maps or single objects. Values are assigned from the objects toString() method.
Author:
Matt King
See Also: