Uses of Class
lumis.portal.serialization.Dependency
-
Packages that use Dependency Package Description lumis.portal.channel.serialization lumis.portal.serialization lumis.portal.serviceinstance.serialization -
-
Uses of Dependency in lumis.portal.channel.serialization
Methods in lumis.portal.channel.serialization that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>
ChannelSerializableRootConfig. getExternalDependencies()
Method parameters in lumis.portal.channel.serialization with type arguments of type Dependency Modifier and Type Method Description void
ChannelSerializableRootConfig. setExternalDependencies(List<Dependency> externalDependencies)
-
Uses of Dependency in lumis.portal.serialization
Methods in lumis.portal.serialization that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>
SerializationContext. getExternalDependencies()
Map<String,Dependency>
SerializationContext. getExternalServiceInstanceDependencies()
Methods in lumis.portal.serialization with parameters of type Dependency Modifier and Type Method Description void
ExternalDependencyLocalizer. localizeMessage(Dependency dependency)
-
Uses of Dependency in lumis.portal.serviceinstance.serialization
Methods in lumis.portal.serviceinstance.serialization with parameters of type Dependency Modifier and Type Method Description void
ServiceInstanceSerializationContext. addDependency(String key, Dependency dependency)
-