Class AttributeSyntaxFactoriesRegistry
java.lang.Object
pl.edu.icm.unity.engine.api.utils.TypesRegistryBase<AttributeValueSyntaxFactory<?>>
pl.edu.icm.unity.engine.api.attributes.AttributeSyntaxFactoriesRegistry
@Component("AttributeSyntaxFactoriesRegistry")
public class AttributeSyntaxFactoriesRegistry
extends TypesRegistryBase<AttributeValueSyntaxFactory<?>>
Maintains a simple registry of available
AttributeValueSyntaxFactory
ies.- Author:
- K. Benedyczak
-
Constructor Summary
ConstructorDescriptionAttributeSyntaxFactoriesRegistry
(Optional<List<AttributeValueSyntaxFactory<?>>> typeElements) -
Method Summary
Methods inherited from class pl.edu.icm.unity.engine.api.utils.TypesRegistryBase
containByName, getAll, getByName, getByNameOptional
-
Constructor Details
-
AttributeSyntaxFactoriesRegistry
@Autowired public AttributeSyntaxFactoriesRegistry(Optional<List<AttributeValueSyntaxFactory<?>>> typeElements)
-
-
Method Details
-
getId
- Specified by:
getId
in classTypesRegistryBase<AttributeValueSyntaxFactory<?>>
-