
com.almondtools.testrecorder.SerializationProfile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testrecorder Show documentation
Show all versions of testrecorder Show documentation
Recording test data from running program.
package com.almondtools.testrecorder;
import java.lang.reflect.Field;
import java.util.List;
import java.util.function.Predicate;
public interface SerializationProfile {
List> getSerializerFactories();
List> getFieldExclusions();
List>> getClassExclusions();
List getGlobalFields();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy