Uses of Class
de.hybris.bootstrap.config.tenants.Param
-
Packages that use Param Package Description de.hybris.bootstrap.config.tenants -
-
Uses of Param in de.hybris.bootstrap.config.tenants
Fields in de.hybris.bootstrap.config.tenants with type parameters of type Param Modifier and Type Field Description protected java.util.List<Param>Tenant. paramMethods in de.hybris.bootstrap.config.tenants that return Param Modifier and Type Method Description ParamObjectFactory. createParam(java.lang.String key, java.lang.String value)Create an instance ofParamMethods in de.hybris.bootstrap.config.tenants that return types with arguments of type Param Modifier and Type Method Description java.util.List<Param>Tenant. getParams()Gets the value of the param property.Method parameters in de.hybris.bootstrap.config.tenants with type arguments of type Param Modifier and Type Method Description TenantObjectFactory. createTenant(java.util.List<Param> params)Create an instance ofTenant
-