java.lang.Object
tech.mhuang.pacebox.springboot.core.spring.properties.RelaxedNames
所有已实现的接口:
Iterable<String>

public final class RelaxedNames extends Object implements Iterable<String>
Generates relaxed name variations from a given source.
作者:
Phillip Webb, Dave Syer
另请参阅:
  • 构造器详细资料

    • RelaxedNames

      public RelaxedNames(String name)
      Create a new RelaxedNames instance.
      参数:
      name - the source name. For the maximum number of variations specify the name using dashed notation (e.g. my-property-name
  • 方法详细资料