Uses of Class
com.authlete.common.util.MapControl
-
Packages that use MapControl Package Description com.authlete.common.util Utility classes. -
-
Uses of MapControl in com.authlete.common.util
Subclasses of MapControl in com.authlete.common.util Modifier and Type Class Description class
ClientMetadataControl
Flags to control contents of a map that represents client metadata.Methods in com.authlete.common.util that return MapControl Modifier and Type Method Description MapControl
MapControl. setFalseIncluded(boolean included)
Set the flag indicating whether properties should be included even when their values are false.MapControl
MapControl. setNullIncluded(boolean included)
Set the flag indicating whether properties should be included even when their values are null.MapControl
MapControl. setZeroIncluded(boolean included)
Set the flag indicating whether properties should be included even when their values are zero.Methods in com.authlete.common.util with parameters of type MapControl Modifier and Type Method Description static void
MapUtils. put(Map<String,Object> target, Map<String,Object> map, MapControl control)
Put the entries in themap
into thetarget
map.
-