Uses of Class
aQute.libg.dtos.DTOs.Difference
-
Packages that use DTOs.Difference Package Description aQute.libg.dtos -
-
Uses of DTOs.Difference in aQute.libg.dtos
Subclasses of DTOs.Difference in aQute.libg.dtos Modifier and Type Class Description (package private) static class
DTOsImpl.Diff
Methods in aQute.libg.dtos that return types with arguments of type DTOs.Difference Modifier and Type Method Description java.util.List<DTOs.Difference>
DTOs. diff(java.lang.Object older, java.lang.Object newer)
Return a list of paths where the two objects differ.java.util.List<DTOs.Difference>
DTOsImpl. diff(java.lang.Object older, java.lang.Object newer)
Method parameters in aQute.libg.dtos with type arguments of type DTOs.Difference Modifier and Type Method Description private boolean
DTOsImpl. diff(java.util.List<DTOs.Difference> diffs, DTOsImpl.Link link, java.lang.Object older, java.lang.Object newer)
-