Class AbstractComponentBinding

    • Constructor Detail

      • AbstractComponentBinding

        public AbstractComponentBinding​(Type bindingType)
        Creates info.
        Parameters:
        bindingType - type to which component is bound.
    • Method Detail

      • getBindingType

        public Type getBindingType()
        Resolved binding type of a component.
        Returns:
        binding type
      • getComponentClass

        public abstract Class<?> getComponentClass()
        Class of user component.
        Returns:
        component class