Class FeignClientSpecification

java.lang.Object
org.springframework.cloud.openfeign.FeignClientSpecification
All Implemented Interfaces:
org.springframework.cloud.context.named.NamedContextFactory.Specification

public class FeignClientSpecification extends Object implements org.springframework.cloud.context.named.NamedContextFactory.Specification
Author:
Dave Syer, Gregor Zurowski
  • Constructor Details

    • FeignClientSpecification

      public FeignClientSpecification(String name, Class<?>[] configuration)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.springframework.cloud.context.named.NamedContextFactory.Specification
    • setName

      public void setName(String name)
    • getConfiguration

      public Class<?>[] getConfiguration()
      Specified by:
      getConfiguration in interface org.springframework.cloud.context.named.NamedContextFactory.Specification
    • setConfiguration

      public void setConfiguration(Class<?>[] configuration)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object