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 ObjectClassSanityTester.generateDummyArg(Parameter param, FreshValueGenerator generator) (package private) static booleanNullPointerTester.isNullable(Parameter param) (package private) abstract booleanNullPointerTester.NullnessAnnotationReader.isNullable(Parameter param) (package private) static booleanNullPointerTester.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 toargsbut 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)