Module jpms_dss_tsl_validation
Class NonEmptyMultiLangURIListTypeConverter
java.lang.Object
eu.europa.esig.dss.tsl.function.converter.NonEmptyMultiLangURIListTypeConverter
- All Implemented Interfaces:
Function<eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIListType,Map<String, List<String>>>
public class NonEmptyMultiLangURIListTypeConverter
extends Object
implements Function<eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIListType,Map<String,List<String>>>
The class is used to extract non-empty URI language based values
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor (selects all)NonEmptyMultiLangURIListTypeConverter(Predicate<String> predicate) Default constructor with a filter predicate -
Method Summary
-
Constructor Details
-
NonEmptyMultiLangURIListTypeConverter
public NonEmptyMultiLangURIListTypeConverter()Default constructor (selects all) -
NonEmptyMultiLangURIListTypeConverter
Default constructor with a filter predicate- Parameters:
predicate-Predicate
-
-
Method Details