public class IocContractDefault extends Object implements IocContract<DefaultContract>
| Constructor and Description |
|---|
IocContractDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(ConsumerManager consumerManager) |
Object |
execute(ClassMetadata classMetadata,
MethodMetadata methodMetadata,
Object[] arguments,
IocTarget<?> target) |
Class<DefaultContract> |
getAnnotationType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonlyDeclaredMethods, onlyMethodDeclaredAnnotations, onlyParameterDeclaredAnnotations, processorspublic Class<DefaultContract> getAnnotationType()
getAnnotationType in interface IocContract<DefaultContract>public void configure(ConsumerManager consumerManager)
configure in interface IocContract<DefaultContract>public Object execute(ClassMetadata classMetadata, MethodMetadata methodMetadata, Object[] arguments, IocTarget<?> target)
execute in interface IocContract<DefaultContract>Copyright © 2023. All rights reserved.