Uses of Class
com.skava.marketplace.model.entity.AppProperty
Packages that use AppProperty
Package
Description
Entity model classes of the Appmarketplace Service available here.
Exchange model classes of the Appmarketplace Service available here.
Appmarketplace Service uses AOP validation flow and all the validation classes are maintained in this package.
-
Uses of AppProperty in com.skava.marketplace.model.entity
Fields in com.skava.marketplace.model.entity with type parameters of type AppPropertyModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<AppProperty,
QAppProperty> QAppMaster.properties
Constructor parameters in com.skava.marketplace.model.entity with type arguments of type AppPropertyModifierConstructorDescriptionQAppProperty
(com.querydsl.core.types.Path<? extends AppProperty> path) -
Uses of AppProperty in com.skava.marketplace.model.exchange
Fields in com.skava.marketplace.model.exchange with type parameters of type AppPropertyModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<AppProperty,
QAppProperty> QAppMaster.properties
Constructor parameters in com.skava.marketplace.model.exchange with type arguments of type AppPropertyModifierConstructorDescriptionQAppProperty
(com.querydsl.core.types.Path<? extends AppProperty> path) -
Uses of AppProperty in com.skava.marketplace.validator.service
Method parameters in com.skava.marketplace.validator.service with type arguments of type AppPropertyModifier and TypeMethodDescriptionstatic void
CreateAppValidator.validateProperties
(String category, List<AppProperty> propertyList)