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(java.util.Optional<java.util.List<AttributeValueSyntaxFactory<?>>> typeElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.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(java.util.Optional<java.util.List<AttributeValueSyntaxFactory<?>>> typeElements)
-
-
Method Detail
-
getId
protected java.lang.String getId(AttributeValueSyntaxFactory<?> from)
- Specified by:
getId
in classTypesRegistryBase<AttributeValueSyntaxFactory<?>>
-
-