Uses of Class
de.hybris.platform.commons.model.translator.ParserPropertyModel
-
Packages that use ParserPropertyModel Package Description de.hybris.platform.commons.model.translator Contains generated models for each type of de.hybris.platform.commons.jalo.translator package. -
-
Uses of ParserPropertyModel in de.hybris.platform.commons.model.translator
Methods in de.hybris.platform.commons.model.translator that return types with arguments of type ParserPropertyModel Modifier and Type Method Description java.util.List<ParserPropertyModel>JaloTranslatorConfigurationModel. getParserProperties()Generated method - Getter of theJaloTranslatorConfiguration.parserPropertiesattribute defined at extensioncommons.Method parameters in de.hybris.platform.commons.model.translator with type arguments of type ParserPropertyModel Modifier and Type Method Description voidJaloTranslatorConfigurationModel. setParserProperties(java.util.List<ParserPropertyModel> value)Generated method - Setter ofJaloTranslatorConfiguration.parserPropertiesattribute defined at extensioncommons.
-