Uses of Interface
com.google.gson.ReflectionAccessFilter
Packages that use ReflectionAccessFilter
-
Uses of ReflectionAccessFilter in com.google.gson
Fields in com.google.gson declared as ReflectionAccessFilterModifier and TypeFieldDescriptionstatic final ReflectionAccessFilterReflectionAccessFilter.BLOCK_ALL_ANDROIDBlocks all reflection access to members of standard Android classes.static final ReflectionAccessFilterReflectionAccessFilter.BLOCK_ALL_JAVABlocks all reflection access to members of standard Java classes.static final ReflectionAccessFilterReflectionAccessFilter.BLOCK_ALL_PLATFORMBlocks all reflection access to members of classes belonging to programming language platforms, such as Java, Android, Kotlin or Scala.static final 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 ReflectionAccessFilterModifier and TypeMethodDescriptionGsonBuilder.addReflectionAccessFilter(ReflectionAccessFilter filter) Adds a reflection access filter.