Uses of Class
com.google.gson.ReflectionAccessFilter.FilterResult
-
Packages that use ReflectionAccessFilter.FilterResult Package Description com.google.gson This package provides theGsonclass to convert Json to Java and vice-versa. -
-
Uses of ReflectionAccessFilter.FilterResult in com.google.gson
Methods in com.google.gson that return ReflectionAccessFilter.FilterResult Modifier and Type Method Description ReflectionAccessFilter.FilterResultReflectionAccessFilter. check(Class<?> rawClass)Checks if reflection access should be allowed for a class.static ReflectionAccessFilter.FilterResultReflectionAccessFilter.FilterResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ReflectionAccessFilter.FilterResult[]ReflectionAccessFilter.FilterResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-