Uses of Interface
de.serra.so_dirty.sn.SnapshotNodeFactory
Packages that use SnapshotNodeFactory
-
Uses of SnapshotNodeFactory in de.serra.so_dirty
Methods in de.serra.so_dirty with parameters of type SnapshotNodeFactoryModifier and TypeMethodDescriptionstatic <T> Snapshot<T>Snapshot.of(@NonNull T val, SnapshotNodeFactory factory) Create a snapshot ofvalusingfactory.static <T> Snapshot<T>Snapshot.of(@Nullable T val, Class<T> type, SnapshotNodeFactory factory) Create a snapshot ofvalusingfactory. -
Uses of SnapshotNodeFactory in de.serra.so_dirty.sn
Classes in de.serra.so_dirty.sn that implement SnapshotNodeFactoryModifier and TypeClassDescriptionclassFactory that creates anArraySnapshotNode.classFactory that creates anClassSnapshotNode.classSnapshotNodeFactorythat delegates to an inner list of factories.classThe default Factory that is used.classAlways returnsnullwhentoSnapshotNode(Object)is called.classFactory that creates anMapSnapshotNode.classFactory that creates anReferenceSnapshotNode.Methods in de.serra.so_dirty.sn with parameters of type SnapshotNodeFactoryModifier and TypeMethodDescriptionvoidCompoundSnapshotNodeFactory.add(SnapshotNodeFactory factory) Add a factory to the list of factories.Constructors in de.serra.so_dirty.sn with parameters of type SnapshotNodeFactoryModifierConstructorDescriptionArraySnapshotNodeFactory(SnapshotNodeFactory memberFactory) Constructs.ClassSnapshotNodeFactory(SnapshotNodeFactory memberFactory) Constructs.CompoundSnapshotNodeFactory(SnapshotNodeFactory @Nullable ... inner) Constructs.MapSnapshotNodeFactory(SnapshotNodeFactory keyAndValueFactory) Constructs.