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 java.util.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(java.util.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 java.util.List<Dependency>
SerializationContext. getExternalDependencies()
java.util.Map<java.lang.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(java.lang.String key, Dependency dependency)
-