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 isnulloremptyCollectionis undefined if it isnull,emptyor all items are undefinedMapis undefined if it isnull,empty, or all values are undefined
-
-
Constructor Summary
Constructors Constructor Description UndefinedValuesUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisUndefined(Object o)Decides whether theois defined or not
-