Class ParameterItemProviderAdapterFactory

    • Field Detail

      • parentAdapterFactory

        protected ComposedAdapterFactory parentAdapterFactory
        This keeps track of the root adapter factory that delegates to this adapter factory.
        Generated class or method.
      • childCreationExtenderManager

        protected ChildCreationExtenderManager childCreationExtenderManager
        This helps manage the child creation extenders.
        Generated class or method.
      • supportedTypes

        protected Collection<Object> supportedTypes
        This keeps track of all the supported types checked by isFactoryForType.
        Generated class or method.
      • variableUsageItemProvider

        protected VariableUsageItemProvider variableUsageItemProvider
        This keeps track of the one adapter used for all VariableUsage instances.
        Generated class or method.
      • variableCharacterisationItemProvider

        protected VariableCharacterisationItemProvider variableCharacterisationItemProvider
        This keeps track of the one adapter used for all VariableCharacterisation instances.
        Generated class or method.
      • characterisedVariableItemProvider

        protected CharacterisedVariableItemProvider characterisedVariableItemProvider
        This keeps track of the one adapter used for all CharacterisedVariable instances.
        Generated class or method.
    • Constructor Detail

      • ParameterItemProviderAdapterFactory

        public ParameterItemProviderAdapterFactory()
        This constructs an instance.
        Generated class or method.