Uses of Enum Class
com.google.gson.ReflectionAccessFilter.FilterResult
Packages that use ReflectionAccessFilter.FilterResult
Package
Description
This package provides the
Gson
class to convert Json to Java and
vice-versa.Do NOT use any class in this package as they are meant for internal use in Gson.
-
Uses of ReflectionAccessFilter.FilterResult in com.google.gson
Methods in com.google.gson that return ReflectionAccessFilter.FilterResultModifier and TypeMethodDescriptionChecks if reflection access should be allowed for a class.Returns the enum constant of this class with the specified name.static ReflectionAccessFilter.FilterResult[]
ReflectionAccessFilter.FilterResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReflectionAccessFilter.FilterResult in com.google.gson.internal
Methods in com.google.gson.internal that return ReflectionAccessFilter.FilterResultModifier and TypeMethodDescriptionReflectionAccessFilterHelper.getFilterResult
(List<ReflectionAccessFilter> reflectionFilters, Class<?> c) Gets the result of applying all filters until the first one returns a result other thanINDECISIVE
, orALLOW
if the list of filters is empty or all returnedINDECISIVE
.Methods in com.google.gson.internal with parameters of type ReflectionAccessFilter.FilterResultModifier and TypeMethodDescriptionprivate static <T> ObjectConstructor<T>
ConstructorConstructor.newDefaultConstructor
(Class<? super T> rawType, ReflectionAccessFilter.FilterResult filterResult)