Uses of Class
com.google.common.reflect.Parameter
-
Packages that use Parameter Package Description com.google.common.reflect This package contains utilities to work with Java reflection.com.google.common.testing This package contains testing utilities. -
-
Uses of Parameter in com.google.common.reflect
Methods in com.google.common.reflect that return types with arguments of type Parameter Modifier and Type Method Description ImmutableList<Parameter>
Invokable. getParameters()
Returns all declared parameters of thisInvokable
. -
Uses of Parameter in com.google.common.testing
Methods in com.google.common.testing with parameters of type Parameter Modifier and Type Method Description private static java.lang.Object
ClassSanityTester. generateDummyArg(Parameter param, FreshValueGenerator generator)
(package private) static boolean
NullPointerTester. isPrimitiveOrNullable(Parameter param)
Method parameters in com.google.common.testing with type arguments of type Parameter Modifier and Type Method Description private java.util.List<java.lang.Object>
ClassSanityTester. generateEqualFactoryArguments(Invokable<?,?> factory, java.util.List<Parameter> params, java.util.List<java.lang.Object> args)
Returns dummy factory arguments that are equal toargs
but may be different instances, to be used to construct a second instance of the same equality group.Constructors in com.google.common.testing with parameters of type Parameter Constructor Description ParameterHasNoDistinctValueException(Parameter parameter)
ParameterNotInstantiableException(Parameter parameter)
-