Uses of Class
fr.gouv.vitam.common.json.Difference.DiffNode
-
Packages that use Difference.DiffNode Package Description fr.gouv.vitam.common.json Json support -
-
Uses of Difference.DiffNode in fr.gouv.vitam.common.json
Fields in fr.gouv.vitam.common.json with type parameters of type Difference.DiffNode Modifier and Type Field Description java.util.List<Difference.DiffNode<T>>
Difference. changes
Methods in fr.gouv.vitam.common.json that return Difference.DiffNode Modifier and Type Method Description static Difference.DiffNode
Difference.DiffNode. empty()
Method parameters in fr.gouv.vitam.common.json with type arguments of type Difference.DiffNode Modifier and Type Method Description boolean
Difference. addAll(java.util.Collection<Difference.DiffNode<T>> diffNodes)
Constructor parameters in fr.gouv.vitam.common.json with type arguments of type Difference.DiffNode Constructor Description Difference(java.lang.String name, java.util.List<Difference.DiffNode<T>> changes)
-