Interface Projector<I,O>
-
- Type Parameters:
I- Input data to be projectedO- Ouput projection
public interface Projector<I,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Oproject(I input)default java.util.List<java.lang.String>requiredExpand()
-
-
-
Method Detail
-
project
O project(I input) throws ProjectionException
- Throws:
ProjectionException
-
requiredExpand
default java.util.List<java.lang.String> requiredExpand()
-
-