Interface ValueCreator<E extends Exception>


  • public interface ValueCreator<E extends Exception>
    A ValueCreator can be used to create the values referenced from a Buildable. This is similar to ValueVisitor but returns a value instead of taking one. Used for deserialization.