com.atlassian.jira.util
Class DelegateComponentAdapter.Builder<T>
java.lang.Object
com.atlassian.jira.util.DelegateComponentAdapter.Builder<T>
- Type Parameters:
T
- the actual class we build for.
- Enclosing class:
- DelegateComponentAdapter<T>
public static class DelegateComponentAdapter.Builder<T>
- extends Object
Builder for easily creating and registering DelegateComponentAdapter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builderFor
public static <T> DelegateComponentAdapter.Builder<T> builderFor(@NotNull
Class<T> concrete)
implementing
public DelegateComponentAdapter.Builder<T> implementing(Class<? super T> interfaceClass)
registerWith
public void registerWith(org.picocontainer.MutablePicoContainer container)
Copyright © 2002-2011 Atlassian. All Rights Reserved.