Package org.keycloak.models.map.common
Class UndefinedValuesUtils
- java.lang.Object
- 
- org.keycloak.models.map.common.UndefinedValuesUtils
 
- 
 public class UndefinedValuesUtils extends Object This Util class defines conditions when objects can be considered undefined
 
 For example:- Stringis undefined if it is- nullor- empty
- Collectionis undefined if it is- null,- emptyor all items are undefined
- Mapis undefined if it is- null,- empty, or all values are undefined
 
- 
- 
Constructor SummaryConstructors Constructor Description UndefinedValuesUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisUndefined(Object o)Decides whether theois defined or not
 
-