Uses of Class
pl.edu.icm.unity.exceptions.IllegalAttributeValueException
Package
Description
The main entry point to engine's functionality.
Generic translation profile interface
-
Uses of IllegalAttributeValueException in pl.edu.icm.unity.engine.api
Modifier and TypeMethodDescriptionAttributeValueConverter.externalValuesToInternal
(String attributeName, List<?> externalValues) 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) AttributeValueConverter.objectValuesToInternalValues
(AttributeValueSyntax<T> syntax, List<T> typedValues) -
Uses of IllegalAttributeValueException in pl.edu.icm.unity.engine.api.attributes
Modifier and TypeMethodDescriptiondefault T
AttributeValueSyntax.deserializeSimple
(String value) Many attributes are passed in a string form, especially when obtained externally.void
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
Modifier and TypeMethodDescriptionExternalDataParser.parseAsAttribute
(String unityAttributeName, String group, List<?> externalValues) 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