Uses of Class
nl.jqno.equalsverifier.util.ConditionalPrefabValueBuilder

Packages that use ConditionalPrefabValueBuilder
nl.jqno.equalsverifier.util   
 

Uses of ConditionalPrefabValueBuilder in nl.jqno.equalsverifier.util
 

Methods in nl.jqno.equalsverifier.util that return ConditionalPrefabValueBuilder
 ConditionalPrefabValueBuilder ConditionalPrefabValueBuilder.callFactory(String factoryMethod, Class<?>[] paramTypes, Object[] paramValues)
          Attempts to instantiate the given type by calling a factory method.
 ConditionalPrefabValueBuilder ConditionalPrefabValueBuilder.callFactory(String factoryType, String factoryMethod, Class<?>[] paramTypes, Object[] paramValues)
          Attempts to instantiate the given type by calling a factory method.
 ConditionalPrefabValueBuilder ConditionalPrefabValueBuilder.instantiate(Class<?>[] paramTypes, Object[] paramValues)
          Attempts to instantiate the given type by calling its constructor.
 ConditionalPrefabValueBuilder ConditionalPrefabValueBuilder.instantiate(Class<?>[] paramTypes, PrefabValues prefabValues)
          Attempts to instantiate the given type by calling its constructor.
static ConditionalPrefabValueBuilder ConditionalPrefabValueBuilder.of(String fullyQualifiedClassName)
          Factory method.
 ConditionalPrefabValueBuilder ConditionalPrefabValueBuilder.withConcreteClass(String fullyQualifiedClassName)
          Provides a concrete implementing class in case the desired type is abstract or an interface.
 ConditionalPrefabValueBuilder ConditionalPrefabValueBuilder.withConstant(String constantName)
          Attempts to obtain a reference to the given type by calling a public static final constant defined within the type.
 



Copyright © 2015. All Rights Reserved.