Uses of Class
com.google.common.reflect.Parameter
Packages that use Parameter
Package
Description
Utilities for reflection.
Testing utilities.
-
Uses of Parameter in com.google.common.reflect
Methods in com.google.common.reflect that return types with arguments of type ParameterModifier and TypeMethodDescriptionfinal 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 ParameterModifier and TypeMethodDescriptionprivate static Object
ClassSanityTester.generateDummyArg
(Parameter param, FreshValueGenerator generator) (package private) static boolean
NullPointerTester.isNullable
(Parameter param) (package private) abstract boolean
NullPointerTester.NullnessAnnotationReader.isNullable
(Parameter param) (package private) static boolean
NullPointerTester.isPrimitiveOrNullable
(Parameter param) Method parameters in com.google.common.testing with type arguments of type ParameterModifier and TypeMethodDescriptionClassSanityTester.generateEqualFactoryArguments
(Invokable<?, ?> factory, List<Parameter> params, List<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 ParameterModifierConstructorDescription(package private)
ParameterHasNoDistinctValueException
(Parameter parameter) ParameterNotInstantiableException
(Parameter parameter)