public interface Implementation
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
get name
|
Object |
getTarget()
get target object
|
Class<?> |
getTargetClass()
get target object class type
|
boolean |
isFactory()
is Factory or not
|
boolean |
isLazyInit()
is lazy init or not
|
boolean |
isSingleton()
is singleton or not
|
void |
setTarget(Object target)
set target object
|
void |
validate()
validate
|
String getName()
Object getTarget()
Class<?> getTargetClass()
boolean isSingleton()
boolean isLazyInit()
void setTarget(Object target)
boolean isFactory()
void validate()
throws ServiceValidationException
ServiceValidationExceptionCopyright © 2021. All rights reserved.