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 availableAttributeValueSyntaxFactory
ies.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description AttributeSyntaxFactoriesRegistry(Optional<List<AttributeValueSyntaxFactory<?>>> typeElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getId(AttributeValueSyntaxFactory<?> from)
-
Methods inherited from class pl.edu.icm.unity.engine.api.utils.TypesRegistryBase
getAll, getByName, getByNameOptional
-
-
-
-
Constructor Detail
-
AttributeSyntaxFactoriesRegistry
@Autowired public AttributeSyntaxFactoriesRegistry(Optional<List<AttributeValueSyntaxFactory<?>>> typeElements)
-
-
Method Detail
-
getId
protected String getId(AttributeValueSyntaxFactory<?> from)
- Specified by:
getId
in classTypesRegistryBase<AttributeValueSyntaxFactory<?>>
-
-