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.
Glue interface to help building the pathinfo mapping
structure
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Perform the pathinfo mapping structure build.
-
Method Details
-
build
Perform the pathinfo mapping structure build.- Parameters:
m
- an instance of the building DSL.- Since:
- 1.0
-