Uses of Class
nl.jqno.equalsverifier.Warning

Packages that use Warning
nl.jqno.equalsverifier   
 

Uses of Warning in nl.jqno.equalsverifier
 

Methods in nl.jqno.equalsverifier that return Warning
static Warning Warning.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Warning[] Warning.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.jqno.equalsverifier that return types with arguments of type Warning
 EnumSet<Warning> Configuration.getWarningsToSuppress()
           
 

Methods in nl.jqno.equalsverifier with parameters of type Warning
 EqualsVerifier<T> EqualsVerifier.suppress(Warning... warnings)
          Suppresses warnings given by EqualsVerifier.
 

Method parameters in nl.jqno.equalsverifier with type arguments of type Warning
 Configuration<T> Configuration.withWarningsToSuppress(EnumSet<Warning> value)
           
 



Copyright © 2015. All Rights Reserved.