Class ParsingCacheDTOBuilder
java.lang.Object
eu.europa.esig.dss.tsl.dto.builder.AbstractCacheDTOBuilder<AbstractParsingResult>
eu.europa.esig.dss.tsl.dto.builder.ParsingCacheDTOBuilder
public class ParsingCacheDTOBuilder extends AbstractCacheDTOBuilder<AbstractParsingResult>
Builds
ParsingCacheDTO-
Constructor Summary
Constructors Constructor Description ParsingCacheDTOBuilder(CachedEntry<AbstractParsingResult> cachedEntry)Default constructor -
Method Summary
Modifier and Type Method Description ParsingCacheDTObuild()Builds the DTOMethods 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:AbstractCacheDTOBuilderBuilds the DTO- Overrides:
buildin classAbstractCacheDTOBuilder<AbstractParsingResult>- Returns:
AbstractCacheDTO
-