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