Interface JsonValue.Visitor

  • All Implemented Interfaces:

    
    public interface JsonValue.Visitor<R extends Object>
    
                        

    An interface that defines how to map each variant state of a JsonValue to a value of type R.