Package io.vertigo.core.node.definition
package io.vertigo.core.node.definition
-
ClassDescriptionAbstractDefinition<D extends Definition>The Definition interface defines an element that represents a part of the business or technical model.DefinitionId<D extends Definition>A definition is identified by an id called DefinitionId This id is composed of - a prefix - a shortName - a link towards the Definition fullName = prefix + shortNameEach définition has a prefixProvides a list of definitions through an iterable.DefinitionSpace represents a space for managing and resolving definitions.Functional Interface for providing Definitions.Provides a list of definitions through an iterable.SimpleEnumDefinitionProvider<D extends Definition>Provides a list of definitions through an enum.SimpleEnumDefinitionProvider.EnumDefinition<D,
T extends Enum<T>>