Class ZookeeperConfigDataResource

java.lang.Object
org.springframework.boot.context.config.ConfigDataResource
org.springframework.cloud.zookeeper.config.ZookeeperConfigDataResource

public class ZookeeperConfigDataResource extends org.springframework.boot.context.config.ConfigDataResource
  • Constructor Details

    • ZookeeperConfigDataResource

      public ZookeeperConfigDataResource(String context, boolean optional, String profile)
    • ZookeeperConfigDataResource

      @Deprecated public ZookeeperConfigDataResource(String context, boolean optional)
      Deprecated.
  • Method Details

    • getContext

      public String getContext()
    • isOptional

      public boolean isOptional()
    • getProfile

      public String getProfile()
    • 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