Package org.nuiton.jaxx.runtime.bean
Interface BeanDecoratorAware
-
public interface BeanDecoratorAwareContract to add decorator on any bean to compute toString.When Jaxx compiles, it will then try to set any available bean defined in a
beanScopeattribute on a ancestor component.Created on 26/06/120.
- Since:
- 3
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Stringdecorate()org.nuiton.decorator.Decorator<?>decorator()voidregisterDecorator(org.nuiton.decorator.Decorator<?> decorator)
-
-
-
Method Detail
-
decorator
org.nuiton.decorator.Decorator<?> decorator()
-
registerDecorator
void registerDecorator(org.nuiton.decorator.Decorator<?> decorator)
-
decorate
default String decorate()
-
-