Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.Type
Packages that use Type
Package
Description
Interfaces describing the deployment descriptor.
Yaml implementation of the file-based artifact descriptor.
-
Uses of Type in de.iip_ecosphere.platform.services.spring.descriptor
Methods in de.iip_ecosphere.platform.services.spring.descriptor that return types with arguments of type TypeModifier and TypeMethodDescriptionTypeResolver.createClasses(List<? extends Type> declarations) Creates classes for all given typedeclarations.Artifact.getTypes()Returns the declared types.Turns the giventypesinto a map, mapping the type name to its type descriptor.Methods in de.iip_ecosphere.platform.services.spring.descriptor with parameters of type TypeModifier and TypeMethodDescriptionprivate booleanTypeResolver.createClasses(Type type) Creates the classes for a given descriptor-defined type.Method parameters in de.iip_ecosphere.platform.services.spring.descriptor with type arguments of type TypeModifier and TypeMethodDescriptionprivate booleanTypeResolver.createClasses(List<? extends Type> declarations) Creates classes for all given typedeclarations.Turns the giventypesinto a map, mapping the type name to its type descriptor.voidValidates the given relation (and contained descriptor elements).private voidValidates the given relation (and contained descriptor elements).voidValidates the given service (and contained descriptor elements).private voidValidates the given service (and contained descriptor elements).private voidValidates the given typed data (and contained descriptor elements).Constructor parameters in de.iip_ecosphere.platform.services.spring.descriptor with type arguments of type TypeModifierConstructorDescriptionTypeResolver(List<? extends Type> declarations) Creates a type resolver and creates internal classes fordeclarations. -
Uses of Type in de.iip_ecosphere.platform.services.spring.yaml
Classes in de.iip_ecosphere.platform.services.spring.yaml that implement Type