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 TAttributeValueSyntax. deserializeSimple(String value)Many attributes are passed in a string form, especially when obtained externally.voidAttributeValueSyntax. validate(T value)Validates the valuedefault voidAttributeValueSyntax. 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 AttributeExternalDataParser. parseAsAttribute(String unityAttributeName, String group, List<?> externalValues)AttributeExternalDataParser. parseAsAttribute(AttributeType unityAttribute, String group, List<?> externalValues, String idp, String profile)<T> AttributeExternalDataParser. 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 voidAttributeStatement. validate(String owningGroup)
-