Class SymbolDTOConverter
java.lang.Object
com.bluebell.greenhouse.planter.converters.AbstractGenericDTOConverter<Symbol, SymbolDTO>
com.bluebell.greenhouse.planter.converters.AbstractGenericEntityDTOConverter<Symbol, SymbolDTO>
com.bluebell.greenhouse.planter.converters.symbol.SymbolDTOConverter
- All Implemented Interfaces:
GenericDTOConverter<Symbol, SymbolDTO>
@Component("symbolDTOConverter")
public class SymbolDTOConverter
extends AbstractGenericEntityDTOConverter<Symbol, SymbolDTO>
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SymbolDTOconvertNonNull(Symbol entity) protected SymbolDTOCreates the empty DTO returned for a null source.Methods inherited from class AbstractGenericEntityDTOConverter
afterConvertMethods inherited from class AbstractGenericDTOConverter
convertMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GenericDTOConverter
convertAll
-
Constructor Details
-
SymbolDTOConverter
public SymbolDTOConverter()
-
-
Method Details
-
convertNonNull
- Specified by:
convertNonNullin classAbstractGenericDTOConverter<Symbol, SymbolDTO>- Parameters:
entity-Symbol- Returns:
SymbolDTO
-
createEmptyDTO
Creates the empty DTO returned for a null source.- Specified by:
createEmptyDTOin classAbstractGenericDTOConverter<Symbol, SymbolDTO>- Returns:
- empty DTO
-