public class ObjectConfiguration extends Object
| Constructor and Description |
|---|
ObjectConfiguration(Class aClass)
Creates a new ObjectConfiguration object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(Object aObject) |
List<RequiredInterface> |
getRequiredInterfaces() |
SetterConfiguration |
getSetterConfig() |
void |
inject(Scope aScope,
Object aObject)
Performs injection into an object of the configured class using
information from the given scope.
|
public ObjectConfiguration(Class aClass)
public void inject(Scope aScope, Object aObject)
aScope - Scope.aObject - Object.public SetterConfiguration getSetterConfig()
public List<RequiredInterface> getRequiredInterfaces()
public boolean appliesTo(Object aObject)
Copyright © 2025. All rights reserved.