Class ParsingCacheDTOBuilder
java.lang.Object
eu.europa.esig.dss.tsl.dto.builder.AbstractCacheDTOBuilder<AbstractParsingResult>
eu.europa.esig.dss.tsl.dto.builder.ParsingCacheDTOBuilder
Builds
ParsingCacheDTO
-
Constructor Summary
ConstructorDescriptionParsingCacheDTOBuilder
(CachedEntry<AbstractParsingResult> cachedEntry) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.tsl.dto.builder.AbstractCacheDTOBuilder
getResult, isResultExist
-
Constructor Details
-
ParsingCacheDTOBuilder
Default constructor- Parameters:
cachedEntry
- parsing cache entry
-
-
Method Details
-
build
Description copied from class:AbstractCacheDTOBuilder
Builds the DTO- Overrides:
build
in classAbstractCacheDTOBuilder<AbstractParsingResult>
- Returns:
AbstractCacheDTO
-