Uses of Interface
com.google.gson.ReflectionAccessFilter
-
Packages that use ReflectionAccessFilter Package Description com.google.gson This package provides theGsonclass to convert Json to Java and vice-versa. -
-
Uses of ReflectionAccessFilter in com.google.gson
Fields in com.google.gson declared as ReflectionAccessFilter Modifier and Type Field Description static ReflectionAccessFilterReflectionAccessFilter. BLOCK_ALL_ANDROIDBlocks all reflection access to members of standard Android classes.static ReflectionAccessFilterReflectionAccessFilter. BLOCK_ALL_JAVABlocks all reflection access to members of standard Java classes.static ReflectionAccessFilterReflectionAccessFilter. BLOCK_ALL_PLATFORMBlocks all reflection access to members of classes belonging to programming language platforms, such as Java, Android, Kotlin or Scala.static ReflectionAccessFilterReflectionAccessFilter. BLOCK_INACCESSIBLE_JAVABlocks all reflection access to members of standard Java classes which are not accessible by default.Methods in com.google.gson with parameters of type ReflectionAccessFilter Modifier and Type Method Description GsonBuilderGsonBuilder. addReflectionAccessFilter(ReflectionAccessFilter filter)Adds a reflection access filter.
-