Uses of Class
de.hybris.platform.commons.jalo.translator.ParserProperty
Packages that use ParserProperty
-
Uses of ParserProperty in de.hybris.platform.commons.jalo
Methods in de.hybris.platform.commons.jalo that return ParserPropertyModifier and TypeMethodDescriptionGeneratedCommonsManager.createParserProperty(SessionContext ctx, Map attributeValues) GeneratedCommonsManager.createParserProperty(Map attributeValues) -
Uses of ParserProperty in de.hybris.platform.commons.jalo.translator
Fields in de.hybris.platform.commons.jalo.translator with type parameters of type ParserPropertyModifier and TypeFieldDescriptionprotected static final OneToManyHandler<ParserProperty>GeneratedJaloTranslatorConfiguration.PARSERPROPERTIESHANDLEROneToManyHandlerfor handling 1:n PARSERPROPERTIES's relation attributes from 'many' side.Methods in de.hybris.platform.commons.jalo.translator that return types with arguments of type ParserPropertyModifier and TypeMethodDescriptionGeneratedJaloTranslatorConfiguration.getParserProperties()Generated method - Getter of theJaloTranslatorConfiguration.parserPropertiesattribute.GeneratedJaloTranslatorConfiguration.getParserProperties(SessionContext ctx) Generated method - Getter of theJaloTranslatorConfiguration.parserPropertiesattribute.Methods in de.hybris.platform.commons.jalo.translator with parameters of type ParserPropertyModifier and TypeMethodDescriptionvoidGeneratedJaloTranslatorConfiguration.addToParserProperties(ParserProperty value) Generated method - Addsvalueto parserProperties.voidGeneratedJaloTranslatorConfiguration.addToParserProperties(SessionContext ctx, ParserProperty value) Generated method - Addsvalueto parserProperties.voidGeneratedJaloTranslatorConfiguration.removeFromParserProperties(ParserProperty value) Generated method - Removesvaluefrom parserProperties.voidGeneratedJaloTranslatorConfiguration.removeFromParserProperties(SessionContext ctx, ParserProperty value) Generated method - Removesvaluefrom parserProperties.Method parameters in de.hybris.platform.commons.jalo.translator with type arguments of type ParserPropertyModifier and TypeMethodDescriptionvoidGeneratedJaloTranslatorConfiguration.setParserProperties(SessionContext ctx, List<ParserProperty> value) Generated method - Setter of theJaloTranslatorConfiguration.parserPropertiesattribute.voidGeneratedJaloTranslatorConfiguration.setParserProperties(List<ParserProperty> value) Generated method - Setter of theJaloTranslatorConfiguration.parserPropertiesattribute.