Interface RewriterFactory

All Known Implementing Classes:
BackwardMappingFactory, ForwardMappingFactory, NormalizerFactory

public interface RewriterFactory
A factory that makes a Rewriter for a given combination of points etc.
  • Method Summary

    Modifier and Type
    Method
    Description
    <R extends Resource<?>, P1 extends Point, P2 extends Point, P3 extends Point, RW extends Rewriter<R, P1, P3>>
    RW
    getRewriter(Class<P1> point1, Class<P2> point2, RewriterConfig config)
    For a combination of Point classes, the first of which is the input point, the second is the desired output, return a Rewriter.