Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.TypedData
-
Packages that use TypedData Package Description de.iip_ecosphere.platform.services.spring.descriptor Interfaces describing the deployment descriptor.de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of TypedData in de.iip_ecosphere.platform.services.spring.descriptor
Methods in de.iip_ecosphere.platform.services.spring.descriptor that return types with arguments of type TypedData Modifier and Type Method Description java.util.List<? extends TypedData>Service. getParameters()Returns the service-specific configurable parameters.Methods in de.iip_ecosphere.platform.services.spring.descriptor with parameters of type TypedData Modifier and Type Method Description private voidValidator. validate(TypedData typed, java.util.Map<java.lang.String,Type> types, java.lang.String msgContext)Validates the given typed data (and contained descriptor elements). -
Uses of TypedData in de.iip_ecosphere.platform.services.spring.yaml
Classes in de.iip_ecosphere.platform.services.spring.yaml that implement TypedData Modifier and Type Class Description classYamlTypedDataYaml implementation ofTypedData.
-