jaxx.runtime.decorator
Class DecoratorProvider.DecoratorContext<T>
java.lang.Object
jaxx.runtime.decorator.DecoratorProvider.DecoratorContext<T>
- Enclosing class:
- DecoratorProvider
public static class DecoratorProvider.DecoratorContext<T>
- extends Object
DecoratorProvider.DecoratorContext
public DecoratorProvider.DecoratorContext(String context,
Decorator<T> decorator)
getContext
public String getContext()
getDecorator
public Decorator<T> getDecorator()
getType
public Class<T> getType()
accept
public boolean accept(Class<?> type,
String context)
accept
public boolean accept(String context)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2011 CodeLutin. All Rights Reserved.