nl.jqno.equalsverifier
Class Configuration<T>
java.lang.Object
nl.jqno.equalsverifier.Configuration<T>
public class Configuration<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
of
public static <T> Configuration<T> of(Class<T> type)
getType
public Class<T> getType()
getPrefabValues
public PrefabValues getPrefabValues()
withAllFieldsShouldBeUsed
public Configuration<T> withAllFieldsShouldBeUsed()
isAllFieldsShouldBeUsed
public boolean isAllFieldsShouldBeUsed()
withAllFieldsShouldBeUsedExceptions
public Configuration<T> withAllFieldsShouldBeUsedExceptions(String[] value)
getAllFieldsShouldBeUsedExceptions
public Set<String> getAllFieldsShouldBeUsedExceptions()
withCachedHashCodeInitializer
public Configuration<T> withCachedHashCodeInitializer(nl.jqno.equalsverifier.CachedHashCodeInitializer<T> value)
getCachedHashCodeInitializer
public nl.jqno.equalsverifier.CachedHashCodeInitializer<T> getCachedHashCodeInitializer()
withRedefinedSuperclass
public Configuration<T> withRedefinedSuperclass()
hasRedefinedSuperclass
public boolean hasRedefinedSuperclass()
withRedefinedSubclass
public Configuration<T> withRedefinedSubclass(Class<? extends T> value)
getRedefinedSubclass
public Class<? extends T> getRedefinedSubclass()
withUsingGetClass
public Configuration<T> withUsingGetClass()
isUsingGetClass
public boolean isUsingGetClass()
withWarningsToSuppress
public Configuration<T> withWarningsToSuppress(EnumSet<Warning> value)
getWarningsToSuppress
public EnumSet<Warning> getWarningsToSuppress()
createClassAccessor
public ClassAccessor<T> createClassAccessor()
Copyright © 2015. All Rights Reserved.