Package rife.engine

Interface PathInfoBuilder

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PathInfoBuilder
Glue interface to help building the pathinfo mapping structure
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform the pathinfo mapping structure build.
  • Method Details

    • build

      void build(PathInfoMapping m)
      Perform the pathinfo mapping structure build.
      Parameters:
      m - an instance of the building DSL.
      Since:
      1.0