Module dev.metaschema.core
Package dev.metaschema.core.model
Interface AbstractGlobalDefinition.NameInitializer
- Enclosing class:
- AbstractGlobalDefinition<MODULE extends IModule,
INSTANCE extends INamedInstance>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides a callback for generating a qualified name from a name.
-
Method Summary
Modifier and TypeMethodDescriptionProduce a qualified name by parsing the provided name.
-
Method Details
-
apply
Produce a qualified name by parsing the provided name.- Parameters:
name- the name to parse- Returns:
- the qualified name for the provided name
-