Class StringLookupFactory.Builder

java.lang.Object
org.apache.commons.text.lookup.StringLookupFactory.Builder
All Implemented Interfaces:
Supplier<StringLookupFactory>
Enclosing class:
StringLookupFactory

public static final class StringLookupFactory.Builder extends Object implements Supplier<StringLookupFactory>
Builds instance of StringLookupFactory.
Since:
1.12.0
  • Field Details

    • fences

      private Path[] fences
      Fences.
  • Constructor Details

    • Builder

      public Builder()
      Creates a new instance.
  • Method Details