Class RequestMappingConfiguration

java.lang.Object
com.github.mkopylec.charon.configuration.RequestMappingConfiguration
All Implemented Interfaces:
com.github.mkopylec.charon.configuration.Valid

public class RequestMappingConfiguration extends Object implements com.github.mkopylec.charon.configuration.Valid
  • Method Details

    • validate

      public void validate()
      Specified by:
      validate in interface com.github.mkopylec.charon.configuration.Valid
    • getName

      public String getName()
    • getPathRegex

      public Pattern getPathRegex()
    • getRestTemplateConfiguration

      public RestTemplateConfiguration getRestTemplateConfiguration()
    • getRequestForwardingInterceptors

      public List<RequestForwardingInterceptor> getRequestForwardingInterceptors()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object