Uses of Class
pl.edu.icm.unity.exceptions.IllegalAttributeValueException
-
Packages that use IllegalAttributeValueException Package Description pl.edu.icm.unity.engine.api The main entry point to engine's functionality.pl.edu.icm.unity.engine.api.attributes pl.edu.icm.unity.engine.api.translation Generic translation profile interfacepl.edu.icm.unity.types.basic -
-
Uses of IllegalAttributeValueException in pl.edu.icm.unity.engine.api
Methods in pl.edu.icm.unity.engine.api that throw IllegalAttributeValueException Modifier and Type Method Description List<String>
AttributeValueConverter. externalValuesToInternal(String attributeName, List<?> externalValues)
<T> List<String>
AttributeValueConverter. externalValuesToInternal(AttributeValueSyntax<T> syntax, List<?> externalValues)
List<?>
AttributeValueConverter. internalValuesToObjectValues(String attributeName, List<String> internalValues)
<T> List<T>
AttributeValueConverter. internalValuesToObjectValues(AttributeValueSyntax<T> syntax, List<String> internalValues)
<T> List<String>
AttributeValueConverter. objectValuesToInternalValues(AttributeValueSyntax<T> syntax, List<T> typedValues)
-
Uses of IllegalAttributeValueException in pl.edu.icm.unity.engine.api.attributes
Methods in pl.edu.icm.unity.engine.api.attributes that throw IllegalAttributeValueException Modifier and Type Method Description default T
AttributeValueSyntax. deserializeSimple(String value)
Many attributes are passed in a string form, especially when obtained externally.void
AttributeValueSyntax. validate(T value)
Validates the valuedefault void
AttributeValueSyntax. validateStringValue(String value)
Converts value to string and then validates it -
Uses of IllegalAttributeValueException in pl.edu.icm.unity.engine.api.translation
Methods in pl.edu.icm.unity.engine.api.translation that throw IllegalAttributeValueException Modifier and Type Method Description Attribute
ExternalDataParser. parseAsAttribute(String unityAttributeName, String group, List<?> externalValues)
Attribute
ExternalDataParser. parseAsAttribute(AttributeType unityAttribute, String group, List<?> externalValues, String idp, String profile)
<T> Attribute
ExternalDataParser. parseAsConfirmedAttribute(AttributeType unityAttribute, String group, List<?> externalValues, String idp, String profile)
-
Uses of IllegalAttributeValueException in pl.edu.icm.unity.types.basic
Methods in pl.edu.icm.unity.types.basic that throw IllegalAttributeValueException Modifier and Type Method Description void
AttributeStatement. validate(String owningGroup)
-