T
- the typepublic class ImplementationConfiguration<T> extends ComponentConfiguration<T>
Constructor and Description |
---|
ImplementationConfiguration() |
ImplementationConfiguration(Class<T> type,
Class<? extends T> implementation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class<? extends T> |
getImplementation() |
int |
hashCode() |
void |
setImplementation(Class<? extends T> implementation) |
static <T> ImplementationConfiguration<T> |
valueOf(Class<T> type,
Class<? extends T> implementation) |
clone, getBindingContext, getKey, getScope, getType, isLazy, setBindingContext, setLazy, setScope, setType
public static <T> ImplementationConfiguration<T> valueOf(Class<T> type, Class<? extends T> implementation)
public boolean equals(Object o)
equals
in class ComponentConfiguration<T>
public int hashCode()
hashCode
in class ComponentConfiguration<T>
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.