Package org.instancio

Interface Node


public interface Node
Represents a single Node of a node hierarchy created for a given Type. A node can represent:
  • the root class
  • field of a class
  • an element of a collection, or in general, a generic type argument, for example, the type of an Optional value
Since:
2.11.0