Interface BeanDecoratorAware


  • public interface BeanDecoratorAware
    Contract to add decorator on any bean to compute toString.

    When Jaxx compiles, it will then try to set any available bean defined in a beanScope attribute on a ancestor component.

    Created on 26/06/120.

    Since:
    3
    Author:
    Tony Chemit - dev@tchemit.fr
    • Method Detail

      • decorator

        org.nuiton.decorator.Decorator<?> decorator()
      • registerDecorator

        void registerDecorator​(org.nuiton.decorator.Decorator<?> decorator)
      • decorate

        default String decorate()