Class SingularLocalizedAttributeValueConverter

  • All Implemented Interfaces:
    ValueConverter

    public class SingularLocalizedAttributeValueConverter
    extends java.lang.Object
    implements ValueConverter
    • Constructor Detail

      • SingularLocalizedAttributeValueConverter

        public SingularLocalizedAttributeValueConverter​(@NotNull
                                                        @NotNull LocalizedValueProvider provider)
    • Method Detail

      • isApplicable

        public boolean isApplicable​(ConversionParameters parameters)
        Description copied from interface: ValueConverter
        Deduce based on the conversion context whether this converter can handle the attribute value or not.
        Specified by:
        isApplicable in interface ValueConverter
        Parameters:
        parameters - conversion parameters carrying the context for the value conversion.
        Returns:
        true, if this converter is applicable to the provided conversion parameters and can handle the attribute value conversion; false otherwise.