Package org.keycloak.models.map.common
Class UndefinedValuesUtils
java.lang.Object
org.keycloak.models.map.common.UndefinedValuesUtils
This Util class defines conditions when objects can be considered undefined
For example:
For example:
String
is undefined if it isnull
orempty
Collection
is undefined if it isnull
,empty
or all items are undefinedMap
is undefined if it isnull
,empty
, or all values are undefined
-
Constructor Summary
-
Method Summary