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.utilSubclasses of MapControl in com.authlete.common.util Modifier and Type Class Description classClientMetadataControlFlags to control contents of a map that represents client metadata.Methods in com.authlete.common.util that return MapControl Modifier and Type Method Description MapControlMapControl. setFalseIncluded(boolean included)Set the flag indicating whether properties should be included even when their values are false.MapControlMapControl. setNullIncluded(boolean included)Set the flag indicating whether properties should be included even when their values are null.MapControlMapControl. 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 voidMapUtils. put(Map<String,Object> target, Map<String,Object> map, MapControl control)Put the entries in themapinto thetargetmap.
 
-