Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.Type
-
Packages that use Type 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 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 Type Modifier and Type Method Description private java.util.List<Type>TypeResolver. createClasses(java.util.List<? extends Type> declarations)Creates classes for all given typedeclarations.java.util.List<? extends Type>Artifact. getTypes()Returns the declared types.static java.util.Map<java.lang.String,Type>Validator. toMap(java.util.List<? extends Type> 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 Type Modifier and Type Method Description private 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 Type Modifier and Type Method Description private booleanValidator. assertType(java.lang.String type, java.util.Map<java.lang.String,Type> types, java.lang.String field, java.lang.String msgContext)private java.util.List<Type>TypeResolver. createClasses(java.util.List<? extends Type> declarations)Creates classes for all given typedeclarations.static java.util.Map<java.lang.String,Type>Validator. toMap(java.util.List<? extends Type> types)Turns the giventypesinto a map, mapping the type name to its type descriptor.voidValidator. validate(Relation relation, java.util.Map<java.lang.String,Type> types)Validates the given relation (and contained descriptor elements).private voidValidator. validate(Relation relation, java.util.Map<java.lang.String,Type> types, java.lang.String msgContext)Validates the given relation (and contained descriptor elements).voidValidator. validate(Service service, java.util.List<? extends Type> types)Validates the given service (and contained descriptor elements).private voidValidator. validate(Service service, java.util.Map<java.lang.String,Type> types, java.lang.String msgContext)Validates the given service (and contained descriptor elements).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).Constructor parameters in de.iip_ecosphere.platform.services.spring.descriptor with type arguments of type Type Constructor Description TypeResolver(java.util.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 Modifier and Type Class Description classYamlTypeImplementsTypefor Yaml.
-